Shades of Laurel #649265
Tints of Laurel #649265
RGB
CMYK
RGB Variations
Color information
#649265 (or 0x649265) is known color: Laurel. HEX triplet: 64, 92 and 65. RGB value is (100,146,101). Sum of RGB (Red+Green+Blue) = 100+146+101=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #649265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649265 is #9B6D9A. Grayscale: #7F7F7F. Windows color (decimal): -10186139 or 6656612. OLE color: 6656612.
HSL color Cylindrical-coordinate representation of color #649265: hue angle of 121.3º 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 #649265 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 101 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.43 |
| HSL | 121.3º | 0.19% | 0.48% | - |
| HSV(B) | 121.3º | 0.32% | 0.57% | - |
| XYZ | 17.88 | 24.21 | 16.04 | - |
| YUV | 127.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 101 | 0.32 | 0 | 0.31 | 0.43 | 121.3 | 0.19 | 0.48 |
| Hex | 64 | 92 | 65 | 20 | 0 | 1F | 2B | 79 | 13 | 30 |
| Octal | 144 | 222 | 145 | 40 | 0 | 37 | 53 | 171 | 23 | 60 |
| Binary | 1100100 | 10010010 | 1100101 | 100000 | 0 | 11111 | 101011 | 1111001 | 10011 | 110000 |
Color Harmonies of #649265
Complementary color
Monochromatic Colors of #649265
Black with #649265
Text Example
Text Example
White with #649265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649265; }
p { color: rgb(100,146,101); }
H1.HeaderClassName
{
color: #649265;
}
.AnyTagClassName
{
color: #649265;
}
</style>
background-color css
<style>
a { background-color: #649265; }
a { background-color: rgb(100,146,101); }
div.DivClassName
{
background-color: #649265;
}
.BgClassName
{
background-color: #649265;
}
</style>
border-color css
<style>
span { border-color: #649265; }
span { border-color: rgb(100,146,101); }
td.TdClassName
{
border-color: #649265;
}
.TagClassName
{
border-color: #649265;
}
</style>