Shades of Fun Green #0D613D
Tints of Fun Green #0D613D
RGB
CMYK
RGB Variations
Color information
#0D613D (or 0x0D613D) is known color: Fun Green. HEX triplet: 0D, 61 and 3D. RGB value is (13,97,61). Sum of RGB (Red+Green+Blue) = 13+97+61=171 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.60% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #0D613D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D613D is #F29EC2. Grayscale: #434343. Windows color (decimal): -15900355 or 4022541. OLE color: 4022541.
HSL color Cylindrical-coordinate representation of color #0D613D: hue angle of 154.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D613D is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 61 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.62 |
| HSL | 154.29º | 0.76% | 0.22% | - |
| HSV(B) | 154.29º | 0.87% | 0.38% | - |
| XYZ | 5.28 | 8.97 | 5.87 | - |
| YUV | 67.78 | 124.17 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 61 | 0.87 | 0 | 0.37 | 0.62 | 154.29 | 0.76 | 0.22 |
| Hex | D | 61 | 3D | 57 | 0 | 25 | 3E | 9A | 4C | 16 |
| Octal | 15 | 141 | 75 | 127 | 0 | 45 | 76 | 232 | 114 | 26 |
| Binary | 1101 | 1100001 | 111101 | 1010111 | 0 | 100101 | 111110 | 10011010 | 1001100 | 10110 |
Color Harmonies of #0D613D
Complementary color
Monochromatic Colors of #0D613D
Black with #0D613D
Text Example
Text Example
White with #0D613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D613D; }
p { color: rgb(13,97,61); }
H1.HeaderClassName
{
color: #0D613D;
}
.AnyTagClassName
{
color: #0D613D;
}
</style>
background-color css
<style>
a { background-color: #0D613D; }
a { background-color: rgb(13,97,61); }
div.DivClassName
{
background-color: #0D613D;
}
.BgClassName
{
background-color: #0D613D;
}
</style>
border-color css
<style>
span { border-color: #0D613D; }
span { border-color: rgb(13,97,61); }
td.TdClassName
{
border-color: #0D613D;
}
.TagClassName
{
border-color: #0D613D;
}
</style>