#649269

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

Shades of Laurel #649269

Tints of Laurel #649269

Color information

#649269 (or 0x649269) is unknown color: approx Laurel. HEX triplet: 64, 92 and 69. RGB value is (100,146,105). Sum of RGB (Red+Green+Blue) = 100+146+105=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #649269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649269 is #9B6D96. Grayscale: #7F7F7F. Windows color (decimal): -10186135 or 6918756. OLE color: 6918756.

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

Color convert

RGB100146105-
CMYK0.3200.280.43
HSL126.52º18.7%48.24%-
HSV(B)126.52º31.51%57.25%-
XYZ18.0824.2917.1-
YUV127.57115.26108.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.49%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=28.49%
G=41.60%
B=29.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001461050.3200.280.43126.5218.748.24
Hex6492692001C2B7f1330
Octal14422215140034531772360
Binary1100100100100101101001100000011100101011111111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649269; }

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

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

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

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

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

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

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

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