#649868

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

Shades of Laurel #649868

Tints of Laurel #649868

Color information

#649868 (or 0x649868) is unknown color: approx Laurel. HEX triplet: 64, 98 and 68. RGB value is (100,152,104). Sum of RGB (Red+Green+Blue) = 100+152+104=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #649868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649868 is #9B6797. Grayscale: #838383. Windows color (decimal): -10184600 or 6854756. OLE color: 6854756.

HSL color Cylindrical-coordinate representation of color #649868: hue angle of 124.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649868 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB100152104-
CMYK0.3400.320.40
HSL124.62º20.63%49.41%-
HSV(B)124.62º34.21%59.61%-
XYZ18.9826.1717.15-
YUV130.98112.77105.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.09%
GREEN value IS 152 (59.77% from 255) = 42.70%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=28.09%
G=42.70%
B=29.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001521040.3400.320.40124.6220.6349.41
Hex64986822020287d1531
Octal14423015042040501752561
Binary11001001001100011010001000100100000101000111110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649868; }

 p { color: rgb(100,152,104); }

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

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

 a { background-color: rgb(100,152,104); }

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

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

 span { border-color: rgb(100,152,104); }

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