Shades of Fun Green #0D613C
Tints of Fun Green #0D613C
RGB
CMYK
RGB Variations
Color information
#0D613C (or 0x0D613C) is known color: Fun Green. HEX triplet: 0D, 61 and 3C. RGB value is (13,97,60). Sum of RGB (Red+Green+Blue) = 13+97+60=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #0D613C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D613C is #F29EC3. Grayscale: #434343. Windows color (decimal): -15900356 or 3957005. OLE color: 3957005.
HSL color Cylindrical-coordinate representation of color #0D613C: hue angle of 153.57º 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 #0D613C is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 60 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.62 |
| HSL | 153.57º | 0.76% | 0.22% | - |
| HSV(B) | 153.57º | 0.87% | 0.38% | - |
| XYZ | 5.26 | 8.96 | 5.73 | - |
| YUV | 67.67 | 123.67 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 60 | 0.87 | 0 | 0.38 | 0.62 | 153.57 | 0.76 | 0.22 |
| Hex | D | 61 | 3C | 57 | 0 | 26 | 3E | 9A | 4C | 16 |
| Octal | 15 | 141 | 74 | 127 | 0 | 46 | 76 | 232 | 114 | 26 |
| Binary | 1101 | 1100001 | 111100 | 1010111 | 0 | 100110 | 111110 | 10011010 | 1001100 | 10110 |
Color Harmonies of #0D613C
Complementary color
Monochromatic Colors of #0D613C
Black with #0D613C
Text Example
Text Example
White with #0D613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D613C; }
p { color: rgb(13,97,60); }
H1.HeaderClassName
{
color: #0D613C;
}
.AnyTagClassName
{
color: #0D613C;
}
</style>
background-color css
<style>
a { background-color: #0D613C; }
a { background-color: rgb(13,97,60); }
div.DivClassName
{
background-color: #0D613C;
}
.BgClassName
{
background-color: #0D613C;
}
</style>
border-color css
<style>
span { border-color: #0D613C; }
span { border-color: rgb(13,97,60); }
td.TdClassName
{
border-color: #0D613C;
}
.TagClassName
{
border-color: #0D613C;
}
</style>