#648038

Color #648038 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #648038

Tints of Dingley #648038

Color information

#648038 (or 0x648038) is unknown color: approx Dingley. HEX triplet: 64, 80 and 38. RGB value is (100,128,56). Sum of RGB (Red+Green+Blue) = 100+128+56=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #648038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648038 is #9B7FC7. Grayscale: #6F6F6F. Windows color (decimal): -10190792 or 3702884. OLE color: 3702884.

HSL color Cylindrical-coordinate representation of color #648038: hue angle of 83.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #648038 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB10012856-
CMYK0.2200.560.50
HSL83.33º39.13%36.08%-
HSV(B)83.33º56.25%50.2%-
XYZ13.6918.436.58-
YUV111.4296.72119.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 35.21%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 56 (22.27% from 255) = 19.72%
R=35.21%
G=45.07%
B=19.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100128560.2200.560.5083.3339.1336.08
Hex6480381603832532724
Octal1442007026070621234744
Binary1100100100000001110001011001110001100101010011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648038; }

 p { color: rgb(100,128,56); }

 H1.HeaderClassName
 {
   color: #648038;
 }
 .AnyTagClassName
 {
   color: #648038;
 }
</style>
background-color css

<style>
 a { background-color: #648038; }

 a { background-color: rgb(100,128,56); }

 div.DivClassName
 {
   background-color: #648038;
 }
 .BgClassName
 {
   background-color: #648038;
 }
</style>
border-color css

<style>
 span { border-color: #648038; }

 span { border-color: rgb(100,128,56); }

 td.TdClassName
 {
   border-color: #648038;
 }
 .TagClassName
 {
   border-color: #648038;
 }
</style>