Shades of Clover #3E532A
Tints of Clover #3E532A
RGB
CMYK
RGB Variations
Color information
#3E532A (or 0x3E532A) is known color: Clover. HEX triplet: 3E, 53 and 2A. RGB value is (62,83,42). Sum of RGB (Red+Green+Blue) = 62+83+42=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #3E532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E532A is #C1ACD5. Grayscale: #484848. Windows color (decimal): -12692694 or 2773822. OLE color: 2773822.
HSL color Cylindrical-coordinate representation of color #3E532A: hue angle of 90.73º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E532A is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
RGB | 62 | 83 | 42 | - |
CMYK | 0.25 | 0 | 0.49 | 0.67 |
HSL | 90.73º | 0.33% | 0.25% | - |
HSV(B) | 90.73º | 0.49% | 0.33% | - |
XYZ | 5.5 | 7.38 | 3.32 | - |
YUV | 72.05 | 111.04 | 120.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 83 | 42 | 0.25 | 0 | 0.49 | 0.67 | 90.73 | 0.33 | 0.25 |
Hex | 3E | 53 | 2A | 19 | 0 | 31 | 43 | 5B | 21 | 19 |
Octal | 76 | 123 | 52 | 31 | 0 | 61 | 103 | 133 | 41 | 31 |
Binary | 111110 | 1010011 | 101010 | 11001 | 0 | 110001 | 1000011 | 1011011 | 100001 | 11001 |
Color Harmonies of #3E532A
Complementary color
Monochromatic Colors of #3E532A
Black with #3E532A
Text Example
Text Example
White with #3E532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E532A; }
p { color: rgb(62,83,42); }
H1.HeaderClassName
{
color: #3E532A;
}
.AnyTagClassName
{
color: #3E532A;
}
</style>
background-color css
<style>
a { background-color: #3E532A; }
a { background-color: rgb(62,83,42); }
div.DivClassName
{
background-color: #3E532A;
}
.BgClassName
{
background-color: #3E532A;
}
</style>
border-color css
<style>
span { border-color: #3E532A; }
span { border-color: rgb(62,83,42); }
td.TdClassName
{
border-color: #3E532A;
}
.TagClassName
{
border-color: #3E532A;
}
</style>