Shades of Clover #455B2F
Tints of Clover #455B2F
RGB
CMYK
RGB Variations
Color information
#455B2F (or 0x455B2F) is known color: Clover. HEX triplet: 45, 5B and 2F. RGB value is (69,91,47). Sum of RGB (Red+Green+Blue) = 69+91+47=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #455B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455B2F is #BAA4D0. Grayscale: #4F4F4F. Windows color (decimal): -12231889 or 3103557. OLE color: 3103557.
HSL color Cylindrical-coordinate representation of color #455B2F: hue angle of 90º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #455B2F is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 47 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.64 |
| HSL | 90º | 0.32% | 0.27% | - |
| HSV(B) | 90º | 0.48% | 0.36% | - |
| XYZ | 6.71 | 8.95 | 4.06 | - |
| YUV | 79.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 47 | 0.24 | 0 | 0.48 | 0.64 | 90 | 0.32 | 0.27 |
| Hex | 45 | 5B | 2F | 18 | 0 | 30 | 40 | 5A | 20 | 1B |
| Octal | 105 | 133 | 57 | 30 | 0 | 60 | 100 | 132 | 40 | 33 |
| Binary | 1000101 | 1011011 | 101111 | 11000 | 0 | 110000 | 1000000 | 1011010 | 100000 | 11011 |
Color Harmonies of #455B2F
Complementary color
Monochromatic Colors of #455B2F
Black with #455B2F
Text Example
Text Example
White with #455B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B2F; }
p { color: rgb(69,91,47); }
H1.HeaderClassName
{
color: #455B2F;
}
.AnyTagClassName
{
color: #455B2F;
}
</style>
background-color css
<style>
a { background-color: #455B2F; }
a { background-color: rgb(69,91,47); }
div.DivClassName
{
background-color: #455B2F;
}
.BgClassName
{
background-color: #455B2F;
}
</style>
border-color css
<style>
span { border-color: #455B2F; }
span { border-color: rgb(69,91,47); }
td.TdClassName
{
border-color: #455B2F;
}
.TagClassName
{
border-color: #455B2F;
}
</style>