Shades of Fun Green #0D5A3F
Tints of Fun Green #0D5A3F
RGB
CMYK
RGB Variations
Color information
#0D5A3F (or 0x0D5A3F) is known color: Fun Green. HEX triplet: 0D, 5A and 3F. RGB value is (13,90,63). Sum of RGB (Red+Green+Blue) = 13+90+63=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 90 (35.55% from 255 or 54.22% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 90 - color contains mainly: green. Hex color #0D5A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5A3F is #F2A5C0. Grayscale: #3F3F3F. Windows color (decimal): -15902145 or 4151821. OLE color: 4151821.
HSL color Cylindrical-coordinate representation of color #0D5A3F: hue angle of 158.96º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5A3F is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 90 | 63 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.65 |
| HSL | 158.96º | 0.75% | 0.2% | - |
| HSV(B) | 158.96º | 0.86% | 0.35% | - |
| XYZ | 4.72 | 7.76 | 5.95 | - |
| YUV | 63.9 | 127.49 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 90 | 63 | 0.86 | 0 | 0.30 | 0.65 | 158.96 | 0.75 | 0.2 |
| Hex | D | 5A | 3F | 56 | 0 | 1E | 41 | 9F | 4B | 14 |
| Octal | 15 | 132 | 77 | 126 | 0 | 36 | 101 | 237 | 113 | 24 |
| Binary | 1101 | 1011010 | 111111 | 1010110 | 0 | 11110 | 1000001 | 10011111 | 1001011 | 10100 |
Color Harmonies of #0D5A3F
Complementary color
Monochromatic Colors of #0D5A3F
Black with #0D5A3F
Text Example
Text Example
White with #0D5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5A3F; }
p { color: rgb(13,90,63); }
H1.HeaderClassName
{
color: #0D5A3F;
}
.AnyTagClassName
{
color: #0D5A3F;
}
</style>
background-color css
<style>
a { background-color: #0D5A3F; }
a { background-color: rgb(13,90,63); }
div.DivClassName
{
background-color: #0D5A3F;
}
.BgClassName
{
background-color: #0D5A3F;
}
</style>
border-color css
<style>
span { border-color: #0D5A3F; }
span { border-color: rgb(13,90,63); }
td.TdClassName
{
border-color: #0D5A3F;
}
.TagClassName
{
border-color: #0D5A3F;
}
</style>