Shades of Clover #454F30
Tints of Clover #454F30
RGB
CMYK
RGB Variations
Color information
#454F30 (or 0x454F30) is known color: Clover. HEX triplet: 45, 4F and 30. RGB value is (69,79,48). Sum of RGB (Red+Green+Blue) = 69+79+48=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 79 - color contains mainly: green. Hex color #454F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F30 is #BAB0CF. Grayscale: #484848. Windows color (decimal): -12234960 or 3166021. OLE color: 3166021.
HSL color Cylindrical-coordinate representation of color #454F30: hue angle of 79.35º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #454F30 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 79 | 48 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.69 |
| HSL | 79.35º | 0.24% | 0.25% | - |
| HSV(B) | 79.35º | 0.39% | 0.31% | - |
| XYZ | 5.78 | 7.07 | 3.86 | - |
| YUV | 72.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 48 | 0.13 | 0 | 0.39 | 0.69 | 79.35 | 0.24 | 0.25 |
| Hex | 45 | 4F | 30 | D | 0 | 27 | 45 | 4F | 18 | 19 |
| Octal | 105 | 117 | 60 | 15 | 0 | 47 | 105 | 117 | 30 | 31 |
| Binary | 1000101 | 1001111 | 110000 | 1101 | 0 | 100111 | 1000101 | 1001111 | 11000 | 11001 |
Color Harmonies of #454F30
Complementary color
Monochromatic Colors of #454F30
Black with #454F30
Text Example
Text Example
White with #454F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F30; }
p { color: rgb(69,79,48); }
H1.HeaderClassName
{
color: #454F30;
}
.AnyTagClassName
{
color: #454F30;
}
</style>
background-color css
<style>
a { background-color: #454F30; }
a { background-color: rgb(69,79,48); }
div.DivClassName
{
background-color: #454F30;
}
.BgClassName
{
background-color: #454F30;
}
</style>
border-color css
<style>
span { border-color: #454F30; }
span { border-color: rgb(69,79,48); }
td.TdClassName
{
border-color: #454F30;
}
.TagClassName
{
border-color: #454F30;
}
</style>