Shades of Clover #42532F
Tints of Clover #42532F
RGB
CMYK
RGB Variations
Color information
#42532F (or 0x42532F) is known color: Clover. HEX triplet: 42, 53 and 2F. RGB value is (66,83,47). Sum of RGB (Red+Green+Blue) = 66+83+47=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #42532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42532F is #BDACD0. Grayscale: #494949. Windows color (decimal): -12430545 or 3101506. OLE color: 3101506.
HSL color Cylindrical-coordinate representation of color #42532F: hue angle of 88.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42532F is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 83 | 47 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.67 |
| HSL | 88.33º | 0.28% | 0.25% | - |
| HSV(B) | 88.33º | 0.43% | 0.33% | - |
| XYZ | 5.85 | 7.55 | 3.84 | - |
| YUV | 73.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 47 | 0.20 | 0 | 0.43 | 0.67 | 88.33 | 0.28 | 0.25 |
| Hex | 42 | 53 | 2F | 14 | 0 | 2B | 43 | 58 | 1C | 19 |
| Octal | 102 | 123 | 57 | 24 | 0 | 53 | 103 | 130 | 34 | 31 |
| Binary | 1000010 | 1010011 | 101111 | 10100 | 0 | 101011 | 1000011 | 1011000 | 11100 | 11001 |
Color Harmonies of #42532F
Complementary color
Monochromatic Colors of #42532F
Black with #42532F
Text Example
Text Example
White with #42532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42532F; }
p { color: rgb(66,83,47); }
H1.HeaderClassName
{
color: #42532F;
}
.AnyTagClassName
{
color: #42532F;
}
</style>
background-color css
<style>
a { background-color: #42532F; }
a { background-color: rgb(66,83,47); }
div.DivClassName
{
background-color: #42532F;
}
.BgClassName
{
background-color: #42532F;
}
</style>
border-color css
<style>
span { border-color: #42532F; }
span { border-color: rgb(66,83,47); }
td.TdClassName
{
border-color: #42532F;
}
.TagClassName
{
border-color: #42532F;
}
</style>