Shades of Clover #455B27
Tints of Clover #455B27
RGB
CMYK
RGB Variations
Color information
#455B27 (or 0x455B27) is known color: Clover. HEX triplet: 45, 5B and 27. RGB value is (69,91,39). Sum of RGB (Red+Green+Blue) = 69+91+39=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 91 - color contains mainly: green. Hex color #455B27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455B27 is #BAA4D8. Grayscale: #4E4E4E. Windows color (decimal): -12231897 or 2579269. OLE color: 2579269.
HSL color Cylindrical-coordinate representation of color #455B27: hue angle of 85.38º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #455B27 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 39 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.64 |
| HSL | 85.38º | 0.4% | 0.25% | - |
| HSV(B) | 85.38º | 0.57% | 0.36% | - |
| XYZ | 6.56 | 8.89 | 3.29 | - |
| YUV | 78.49 | 105.71 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 39 | 0.24 | 0 | 0.57 | 0.64 | 85.38 | 0.4 | 0.25 |
| Hex | 45 | 5B | 27 | 18 | 0 | 39 | 40 | 55 | 28 | 19 |
| Octal | 105 | 133 | 47 | 30 | 0 | 71 | 100 | 125 | 50 | 31 |
| Binary | 1000101 | 1011011 | 100111 | 11000 | 0 | 111001 | 1000000 | 1010101 | 101000 | 11001 |
Color Harmonies of #455B27
Complementary color
Monochromatic Colors of #455B27
Black with #455B27
Text Example
Text Example
White with #455B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B27; }
p { color: rgb(69,91,39); }
H1.HeaderClassName
{
color: #455B27;
}
.AnyTagClassName
{
color: #455B27;
}
</style>
background-color css
<style>
a { background-color: #455B27; }
a { background-color: rgb(69,91,39); }
div.DivClassName
{
background-color: #455B27;
}
.BgClassName
{
background-color: #455B27;
}
</style>
border-color css
<style>
span { border-color: #455B27; }
span { border-color: rgb(69,91,39); }
td.TdClassName
{
border-color: #455B27;
}
.TagClassName
{
border-color: #455B27;
}
</style>