Shades of Clover #415A1C
Tints of Clover #415A1C
RGB
CMYK
RGB Variations
Color information
#415A1C (or 0x415A1C) is known color: Clover. HEX triplet: 41, 5A and 1C. RGB value is (65,90,28). Sum of RGB (Red+Green+Blue) = 65+90+28=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #415A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415A1C is #BEA5E3. Grayscale: #4B4B4B. Windows color (decimal): -12494308 or 1858113. OLE color: 1858113.
HSL color Cylindrical-coordinate representation of color #415A1C: hue angle of 84.19º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #415A1C is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 90 | 28 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.65 |
| HSL | 84.19º | 0.53% | 0.23% | - |
| HSV(B) | 84.19º | 0.69% | 0.35% | - |
| XYZ | 6.05 | 8.52 | 2.42 | - |
| YUV | 75.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 28 | 0.28 | 0 | 0.69 | 0.65 | 84.19 | 0.53 | 0.23 |
| Hex | 41 | 5A | 1C | 1C | 0 | 45 | 41 | 54 | 35 | 17 |
| Octal | 101 | 132 | 34 | 34 | 0 | 105 | 101 | 124 | 65 | 27 |
| Binary | 1000001 | 1011010 | 11100 | 11100 | 0 | 1000101 | 1000001 | 1010100 | 110101 | 10111 |
Color Harmonies of #415A1C
Complementary color
Monochromatic Colors of #415A1C
Black with #415A1C
Text Example
Text Example
White with #415A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A1C; }
p { color: rgb(65,90,28); }
H1.HeaderClassName
{
color: #415A1C;
}
.AnyTagClassName
{
color: #415A1C;
}
</style>
background-color css
<style>
a { background-color: #415A1C; }
a { background-color: rgb(65,90,28); }
div.DivClassName
{
background-color: #415A1C;
}
.BgClassName
{
background-color: #415A1C;
}
</style>
border-color css
<style>
span { border-color: #415A1C; }
span { border-color: rgb(65,90,28); }
td.TdClassName
{
border-color: #415A1C;
}
.TagClassName
{
border-color: #415A1C;
}
</style>