Shades of Clover #455A30
Tints of Clover #455A30
RGB
CMYK
RGB Variations
Color information
#455A30 (or 0x455A30) is known color: Clover. HEX triplet: 45, 5A and 30. RGB value is (69,90,48). Sum of RGB (Red+Green+Blue) = 69+90+48=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #455A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A30 is #BAA5CF. Grayscale: #4F4F4F. Windows color (decimal): -12232144 or 3168837. OLE color: 3168837.
HSL color Cylindrical-coordinate representation of color #455A30: hue angle of 90º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #455A30 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 48 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.65 |
| HSL | 90º | 0.3% | 0.27% | - |
| HSV(B) | 90º | 0.47% | 0.35% | - |
| XYZ | 6.64 | 8.79 | 4.14 | - |
| YUV | 78.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 48 | 0.23 | 0 | 0.47 | 0.65 | 90 | 0.3 | 0.27 |
| Hex | 45 | 5A | 30 | 17 | 0 | 2F | 41 | 5A | 1E | 1B |
| Octal | 105 | 132 | 60 | 27 | 0 | 57 | 101 | 132 | 36 | 33 |
| Binary | 1000101 | 1011010 | 110000 | 10111 | 0 | 101111 | 1000001 | 1011010 | 11110 | 11011 |
Color Harmonies of #455A30
Complementary color
Monochromatic Colors of #455A30
Black with #455A30
Text Example
Text Example
White with #455A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A30; }
p { color: rgb(69,90,48); }
H1.HeaderClassName
{
color: #455A30;
}
.AnyTagClassName
{
color: #455A30;
}
</style>
background-color css
<style>
a { background-color: #455A30; }
a { background-color: rgb(69,90,48); }
div.DivClassName
{
background-color: #455A30;
}
.BgClassName
{
background-color: #455A30;
}
</style>
border-color css
<style>
span { border-color: #455A30; }
span { border-color: rgb(69,90,48); }
td.TdClassName
{
border-color: #455A30;
}
.TagClassName
{
border-color: #455A30;
}
</style>