Shades of Clover #425C23
Tints of Clover #425C23
RGB
CMYK
RGB Variations
Color information
#425C23 (or 0x425C23) is known color: Clover. HEX triplet: 42, 5C and 23. RGB value is (66,92,35). Sum of RGB (Red+Green+Blue) = 66+92+35=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #425C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425C23 is #BDA3DC. Grayscale: #4D4D4D. Windows color (decimal): -12428253 or 2317378. OLE color: 2317378.
HSL color Cylindrical-coordinate representation of color #425C23: hue angle of 87.37º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #425C23 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 92 | 35 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.64 |
| HSL | 87.37º | 0.45% | 0.25% | - |
| HSV(B) | 87.37º | 0.62% | 0.36% | - |
| XYZ | 6.38 | 8.93 | 2.98 | - |
| YUV | 77.73 | 103.89 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 35 | 0.28 | 0 | 0.62 | 0.64 | 87.37 | 0.45 | 0.25 |
| Hex | 42 | 5C | 23 | 1C | 0 | 3E | 40 | 57 | 2D | 19 |
| Octal | 102 | 134 | 43 | 34 | 0 | 76 | 100 | 127 | 55 | 31 |
| Binary | 1000010 | 1011100 | 100011 | 11100 | 0 | 111110 | 1000000 | 1010111 | 101101 | 11001 |
Color Harmonies of #425C23
Complementary color
Monochromatic Colors of #425C23
Black with #425C23
Text Example
Text Example
White with #425C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C23; }
p { color: rgb(66,92,35); }
H1.HeaderClassName
{
color: #425C23;
}
.AnyTagClassName
{
color: #425C23;
}
</style>
background-color css
<style>
a { background-color: #425C23; }
a { background-color: rgb(66,92,35); }
div.DivClassName
{
background-color: #425C23;
}
.BgClassName
{
background-color: #425C23;
}
</style>
border-color css
<style>
span { border-color: #425C23; }
span { border-color: rgb(66,92,35); }
td.TdClassName
{
border-color: #425C23;
}
.TagClassName
{
border-color: #425C23;
}
</style>