Shades of Fun Green #0D573D
Tints of Fun Green #0D573D
RGB
CMYK
RGB Variations
Color information
#0D573D (or 0x0D573D) is known color: Fun Green. HEX triplet: 0D, 57 and 3D. RGB value is (13,87,61). Sum of RGB (Red+Green+Blue) = 13+87+61=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #0D573D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D573D is #F2A8C2. Grayscale: #3D3D3D. Windows color (decimal): -15902915 or 4019981. OLE color: 4019981.
HSL color Cylindrical-coordinate representation of color #0D573D: hue angle of 158.92º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D573D is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 87 | 61 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.66 |
| HSL | 158.92º | 0.74% | 0.2% | - |
| HSV(B) | 158.92º | 0.85% | 0.34% | - |
| XYZ | 4.42 | 7.24 | 5.58 | - |
| YUV | 61.91 | 127.48 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 87 | 61 | 0.85 | 0 | 0.30 | 0.66 | 158.92 | 0.74 | 0.2 |
| Hex | D | 57 | 3D | 55 | 0 | 1E | 42 | 9F | 4A | 14 |
| Octal | 15 | 127 | 75 | 125 | 0 | 36 | 102 | 237 | 112 | 24 |
| Binary | 1101 | 1010111 | 111101 | 1010101 | 0 | 11110 | 1000010 | 10011111 | 1001010 | 10100 |
Color Harmonies of #0D573D
Complementary color
Monochromatic Colors of #0D573D
Black with #0D573D
Text Example
Text Example
White with #0D573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D573D; }
p { color: rgb(13,87,61); }
H1.HeaderClassName
{
color: #0D573D;
}
.AnyTagClassName
{
color: #0D573D;
}
</style>
background-color css
<style>
a { background-color: #0D573D; }
a { background-color: rgb(13,87,61); }
div.DivClassName
{
background-color: #0D573D;
}
.BgClassName
{
background-color: #0D573D;
}
</style>
border-color css
<style>
span { border-color: #0D573D; }
span { border-color: rgb(13,87,61); }
td.TdClassName
{
border-color: #0D573D;
}
.TagClassName
{
border-color: #0D573D;
}
</style>