Shades of Fun Green #0D553A
Tints of Fun Green #0D553A
RGB
CMYK
RGB Variations
Color information
#0D553A (or 0x0D553A) is known color: Fun Green. HEX triplet: 0D, 55 and 3A. RGB value is (13,85,58). Sum of RGB (Red+Green+Blue) = 13+85+58=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #0D553A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D553A is #F2AAC5. Grayscale: #3C3C3C. Windows color (decimal): -15903430 or 3822861. OLE color: 3822861.
HSL color Cylindrical-coordinate representation of color #0D553A: hue angle of 157.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D553A is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 85 | 58 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.67 |
| HSL | 157.5º | 0.73% | 0.19% | - |
| HSV(B) | 157.5º | 0.85% | 0.33% | - |
| XYZ | 4.18 | 6.89 | 5.11 | - |
| YUV | 60.39 | 126.65 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 85 | 58 | 0.85 | 0 | 0.32 | 0.67 | 157.5 | 0.73 | 0.19 |
| Hex | D | 55 | 3A | 55 | 0 | 20 | 43 | 9E | 49 | 13 |
| Octal | 15 | 125 | 72 | 125 | 0 | 40 | 103 | 236 | 111 | 23 |
| Binary | 1101 | 1010101 | 111010 | 1010101 | 0 | 100000 | 1000011 | 10011110 | 1001001 | 10011 |
Color Harmonies of #0D553A
Complementary color
Monochromatic Colors of #0D553A
Black with #0D553A
Text Example
Text Example
White with #0D553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D553A; }
p { color: rgb(13,85,58); }
H1.HeaderClassName
{
color: #0D553A;
}
.AnyTagClassName
{
color: #0D553A;
}
</style>
background-color css
<style>
a { background-color: #0D553A; }
a { background-color: rgb(13,85,58); }
div.DivClassName
{
background-color: #0D553A;
}
.BgClassName
{
background-color: #0D553A;
}
</style>
border-color css
<style>
span { border-color: #0D553A; }
span { border-color: rgb(13,85,58); }
td.TdClassName
{
border-color: #0D553A;
}
.TagClassName
{
border-color: #0D553A;
}
</style>