Shades of Fun Green #0D5935
Tints of Fun Green #0D5935
RGB
CMYK
RGB Variations
Color information
#0D5935 (or 0x0D5935) is known color: Fun Green. HEX triplet: 0D, 59 and 35. RGB value is (13,89,53). Sum of RGB (Red+Green+Blue) = 13+89+53=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #0D5935 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5935 is #F2A6CA. Grayscale: #3E3E3E. Windows color (decimal): -15902411 or 3496205. OLE color: 3496205.
HSL color Cylindrical-coordinate representation of color #0D5935: hue angle of 151.58º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5935 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 89 | 53 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.65 |
| HSL | 151.58º | 0.75% | 0.2% | - |
| HSV(B) | 151.58º | 0.85% | 0.35% | - |
| XYZ | 4.38 | 7.49 | 4.58 | - |
| YUV | 62.17 | 122.82 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 53 | 0.85 | 0 | 0.40 | 0.65 | 151.58 | 0.75 | 0.2 |
| Hex | D | 59 | 35 | 55 | 0 | 28 | 41 | 98 | 4B | 14 |
| Octal | 15 | 131 | 65 | 125 | 0 | 50 | 101 | 230 | 113 | 24 |
| Binary | 1101 | 1011001 | 110101 | 1010101 | 0 | 101000 | 1000001 | 10011000 | 1001011 | 10100 |
Color Harmonies of #0D5935
Complementary color
Monochromatic Colors of #0D5935
Black with #0D5935
Text Example
Text Example
White with #0D5935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5935; }
p { color: rgb(13,89,53); }
H1.HeaderClassName
{
color: #0D5935;
}
.AnyTagClassName
{
color: #0D5935;
}
</style>
background-color css
<style>
a { background-color: #0D5935; }
a { background-color: rgb(13,89,53); }
div.DivClassName
{
background-color: #0D5935;
}
.BgClassName
{
background-color: #0D5935;
}
</style>
border-color css
<style>
span { border-color: #0D5935; }
span { border-color: rgb(13,89,53); }
td.TdClassName
{
border-color: #0D5935;
}
.TagClassName
{
border-color: #0D5935;
}
</style>