Shades of Fun Green #0D563D
Tints of Fun Green #0D563D
RGB
CMYK
RGB Variations
Color information
#0D563D (or 0x0D563D) is known color: Fun Green. HEX triplet: 0D, 56 and 3D. RGB value is (13,86,61). Sum of RGB (Red+Green+Blue) = 13+86+61=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #0D563D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D563D is #F2A9C2. Grayscale: #3D3D3D. Windows color (decimal): -15903171 or 4019725. OLE color: 4019725.
HSL color Cylindrical-coordinate representation of color #0D563D: hue angle of 159.45º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D563D is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 86 | 61 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.66 |
| HSL | 159.45º | 0.74% | 0.19% | - |
| HSV(B) | 159.45º | 0.85% | 0.34% | - |
| XYZ | 4.34 | 7.08 | 5.55 | - |
| YUV | 61.32 | 127.82 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 86 | 61 | 0.85 | 0 | 0.29 | 0.66 | 159.45 | 0.74 | 0.19 |
| Hex | D | 56 | 3D | 55 | 0 | 1D | 42 | 9F | 4A | 13 |
| Octal | 15 | 126 | 75 | 125 | 0 | 35 | 102 | 237 | 112 | 23 |
| Binary | 1101 | 1010110 | 111101 | 1010101 | 0 | 11101 | 1000010 | 10011111 | 1001010 | 10011 |
Color Harmonies of #0D563D
Complementary color
Monochromatic Colors of #0D563D
Black with #0D563D
Text Example
Text Example
White with #0D563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D563D; }
p { color: rgb(13,86,61); }
H1.HeaderClassName
{
color: #0D563D;
}
.AnyTagClassName
{
color: #0D563D;
}
</style>
background-color css
<style>
a { background-color: #0D563D; }
a { background-color: rgb(13,86,61); }
div.DivClassName
{
background-color: #0D563D;
}
.BgClassName
{
background-color: #0D563D;
}
</style>
border-color css
<style>
span { border-color: #0D563D; }
span { border-color: rgb(13,86,61); }
td.TdClassName
{
border-color: #0D563D;
}
.TagClassName
{
border-color: #0D563D;
}
</style>