Shades of Clover #455C1F
Tints of Clover #455C1F
RGB
CMYK
RGB Variations
Color information
#455C1F (or 0x455C1F) is known color: Clover. HEX triplet: 45, 5C and 1F. RGB value is (69,92,31). Sum of RGB (Red+Green+Blue) = 69+92+31=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #455C1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C1F is #BAA3E0. Grayscale: #4E4E4E. Windows color (decimal): -12231649 or 2055237. OLE color: 2055237.
HSL color Cylindrical-coordinate representation of color #455C1F: hue angle of 82.62º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #455C1F is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 31 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.64 |
| HSL | 82.62º | 0.5% | 0.24% | - |
| HSV(B) | 82.62º | 0.66% | 0.36% | - |
| XYZ | 6.53 | 9.02 | 2.69 | - |
| YUV | 78.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 31 | 0.25 | 0 | 0.66 | 0.64 | 82.62 | 0.5 | 0.24 |
| Hex | 45 | 5C | 1F | 19 | 0 | 42 | 40 | 53 | 32 | 18 |
| Octal | 105 | 134 | 37 | 31 | 0 | 102 | 100 | 123 | 62 | 30 |
| Binary | 1000101 | 1011100 | 11111 | 11001 | 0 | 1000010 | 1000000 | 1010011 | 110010 | 11000 |
Color Harmonies of #455C1F
Complementary color
Monochromatic Colors of #455C1F
Black with #455C1F
Text Example
Text Example
White with #455C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C1F; }
p { color: rgb(69,92,31); }
H1.HeaderClassName
{
color: #455C1F;
}
.AnyTagClassName
{
color: #455C1F;
}
</style>
background-color css
<style>
a { background-color: #455C1F; }
a { background-color: rgb(69,92,31); }
div.DivClassName
{
background-color: #455C1F;
}
.BgClassName
{
background-color: #455C1F;
}
</style>
border-color css
<style>
span { border-color: #455C1F; }
span { border-color: rgb(69,92,31); }
td.TdClassName
{
border-color: #455C1F;
}
.TagClassName
{
border-color: #455C1F;
}
</style>