Shades of Fun Green #0C5538
Tints of Fun Green #0C5538
RGB
CMYK
RGB Variations
Color information
#0C5538 (or 0x0C5538) is known color: Fun Green. HEX triplet: 0C, 55 and 38. RGB value is (12,85,56). Sum of RGB (Red+Green+Blue) = 12+85+56=153 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.84% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5538 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5538 is #F3AAC7. Grayscale: #3B3B3B. Windows color (decimal): -15968968 or 3691788. OLE color: 3691788.
HSL color Cylindrical-coordinate representation of color #0C5538: hue angle of 156.16º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5538 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 85 | 56 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.67 |
| HSL | 156.16º | 0.75% | 0.19% | - |
| HSV(B) | 156.16º | 0.86% | 0.33% | - |
| XYZ | 4.11 | 6.86 | 4.85 | - |
| YUV | 59.87 | 125.82 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 85 | 56 | 0.86 | 0 | 0.34 | 0.67 | 156.16 | 0.75 | 0.19 |
| Hex | C | 55 | 38 | 56 | 0 | 22 | 43 | 9C | 4B | 13 |
| Octal | 14 | 125 | 70 | 126 | 0 | 42 | 103 | 234 | 113 | 23 |
| Binary | 1100 | 1010101 | 111000 | 1010110 | 0 | 100010 | 1000011 | 10011100 | 1001011 | 10011 |
Color Harmonies of #0C5538
Complementary color
Monochromatic Colors of #0C5538
Black with #0C5538
Text Example
Text Example
White with #0C5538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5538; }
p { color: rgb(12,85,56); }
H1.HeaderClassName
{
color: #0C5538;
}
.AnyTagClassName
{
color: #0C5538;
}
</style>
background-color css
<style>
a { background-color: #0C5538; }
a { background-color: rgb(12,85,56); }
div.DivClassName
{
background-color: #0C5538;
}
.BgClassName
{
background-color: #0C5538;
}
</style>
border-color css
<style>
span { border-color: #0C5538; }
span { border-color: rgb(12,85,56); }
td.TdClassName
{
border-color: #0C5538;
}
.TagClassName
{
border-color: #0C5538;
}
</style>