#649369

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

Shades of Laurel #649369

Tints of Laurel #649369

Color information

#649369 (or 0x649369) is unknown color: approx Laurel. HEX triplet: 64, 93 and 69. RGB value is (100,147,105). Sum of RGB (Red+Green+Blue) = 100+147+105=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #649369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649369 is #9B6C96. Grayscale: #808080. Windows color (decimal): -10185879 or 6919012. OLE color: 6919012.

HSL color Cylindrical-coordinate representation of color #649369: hue angle of 126.38º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649369 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB100147105-
CMYK0.3200.290.42
HSL126.38º19.03%48.43%-
HSV(B)126.38º31.97%57.65%-
XYZ18.2424.617.15-
YUV128.16114.93107.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.41%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 105 (41.41% from 255) = 29.83%
R=28.41%
G=41.76%
B=29.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001471050.3200.290.42126.3819.0348.43
Hex6493692001D2A7e1330
Octal14422315140035521762360
Binary1100100100100111101001100000011101101010111111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649369; }

 p { color: rgb(100,147,105); }

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

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

 a { background-color: rgb(100,147,105); }

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

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

 span { border-color: rgb(100,147,105); }

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