Shades of Fun Green #0D5A3C
Tints of Fun Green #0D5A3C
RGB
CMYK
RGB Variations
Color information
#0D5A3C (or 0x0D5A3C) is known color: Fun Green. HEX triplet: 0D, 5A and 3C. RGB value is (13,90,60). Sum of RGB (Red+Green+Blue) = 13+90+60=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #0D5A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5A3C is #F2A5C3. Grayscale: #3F3F3F. Windows color (decimal): -15902148 or 3955213. OLE color: 3955213.
HSL color Cylindrical-coordinate representation of color #0D5A3C: hue angle of 156.62º 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 #0D5A3C is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 90 | 60 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.65 |
| HSL | 156.62º | 0.75% | 0.2% | - |
| HSV(B) | 156.62º | 0.86% | 0.35% | - |
| XYZ | 4.64 | 7.72 | 5.52 | - |
| YUV | 63.56 | 125.99 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 90 | 60 | 0.86 | 0 | 0.33 | 0.65 | 156.62 | 0.75 | 0.2 |
| Hex | D | 5A | 3C | 56 | 0 | 21 | 41 | 9D | 4B | 14 |
| Octal | 15 | 132 | 74 | 126 | 0 | 41 | 101 | 235 | 113 | 24 |
| Binary | 1101 | 1011010 | 111100 | 1010110 | 0 | 100001 | 1000001 | 10011101 | 1001011 | 10100 |
Color Harmonies of #0D5A3C
Complementary color
Monochromatic Colors of #0D5A3C
Black with #0D5A3C
Text Example
Text Example
White with #0D5A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5A3C; }
p { color: rgb(13,90,60); }
H1.HeaderClassName
{
color: #0D5A3C;
}
.AnyTagClassName
{
color: #0D5A3C;
}
</style>
background-color css
<style>
a { background-color: #0D5A3C; }
a { background-color: rgb(13,90,60); }
div.DivClassName
{
background-color: #0D5A3C;
}
.BgClassName
{
background-color: #0D5A3C;
}
</style>
border-color css
<style>
span { border-color: #0D5A3C; }
span { border-color: rgb(13,90,60); }
td.TdClassName
{
border-color: #0D5A3C;
}
.TagClassName
{
border-color: #0D5A3C;
}
</style>