#649568

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

Shades of Laurel #649568

Tints of Laurel #649568

Color information

#649568 (or 0x649568) is unknown color: approx Laurel. HEX triplet: 64, 95 and 68. RGB value is (100,149,104). Sum of RGB (Red+Green+Blue) = 100+149+104=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #649568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649568 is #9B6A97. Grayscale: #818181. Windows color (decimal): -10185368 or 6853988. OLE color: 6853988.

HSL color Cylindrical-coordinate representation of color #649568: hue angle of 124.9º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649568 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB100149104-
CMYK0.3300.300.42
HSL124.9º19.68%48.82%-
HSV(B)124.9º32.89%58.43%-
XYZ18.525.216.99-
YUV129.22113.77107.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 149 (58.59% from 255) = 42.21%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=28.33%
G=42.21%
B=29.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001491040.3300.300.42124.919.6848.82
Hex6495682101E2A7d1431
Octal14422515041036521752461
Binary1100100100101011101000100001011110101010111110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649568; }

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

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

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

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

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

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

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

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