Shades of Fun Green #0D5B36
Tints of Fun Green #0D5B36
RGB
CMYK
RGB Variations
Color information
#0D5B36 (or 0x0D5B36) is known color: Fun Green. HEX triplet: 0D, 5B and 36. RGB value is (13,91,54). Sum of RGB (Red+Green+Blue) = 13+91+54=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 91 (35.94% from 255 or 57.59% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 91 - color contains mainly: green. Hex color #0D5B36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5B36 is #F2A4C9. Grayscale: #3F3F3F. Windows color (decimal): -15901898 or 3562253. OLE color: 3562253.
HSL color Cylindrical-coordinate representation of color #0D5B36: hue angle of 151.54º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5B36 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 91 | 54 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.64 |
| HSL | 151.54º | 0.75% | 0.2% | - |
| HSV(B) | 151.54º | 0.86% | 0.36% | - |
| XYZ | 4.57 | 7.83 | 4.76 | - |
| YUV | 63.46 | 122.66 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 91 | 54 | 0.86 | 0 | 0.41 | 0.64 | 151.54 | 0.75 | 0.2 |
| Hex | D | 5B | 36 | 56 | 0 | 29 | 40 | 98 | 4B | 14 |
| Octal | 15 | 133 | 66 | 126 | 0 | 51 | 100 | 230 | 113 | 24 |
| Binary | 1101 | 1011011 | 110110 | 1010110 | 0 | 101001 | 1000000 | 10011000 | 1001011 | 10100 |
Color Harmonies of #0D5B36
Complementary color
Monochromatic Colors of #0D5B36
Black with #0D5B36
Text Example
Text Example
White with #0D5B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5B36; }
p { color: rgb(13,91,54); }
H1.HeaderClassName
{
color: #0D5B36;
}
.AnyTagClassName
{
color: #0D5B36;
}
</style>
background-color css
<style>
a { background-color: #0D5B36; }
a { background-color: rgb(13,91,54); }
div.DivClassName
{
background-color: #0D5B36;
}
.BgClassName
{
background-color: #0D5B36;
}
</style>
border-color css
<style>
span { border-color: #0D5B36; }
span { border-color: rgb(13,91,54); }
td.TdClassName
{
border-color: #0D5B36;
}
.TagClassName
{
border-color: #0D5B36;
}
</style>