Shades of Fun Green #0C5835
Tints of Fun Green #0C5835
RGB
CMYK
RGB Variations
Color information
#0C5835 (or 0x0C5835) is known color: Fun Green. HEX triplet: 0C, 58 and 35. RGB value is (12,88,53). Sum of RGB (Red+Green+Blue) = 12+88+53=153 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.84% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5835 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5835 is #F3A7CA. Grayscale: #3D3D3D. Windows color (decimal): -15968203 or 3495948. OLE color: 3495948.
HSL color Cylindrical-coordinate representation of color #0C5835: hue angle of 152.37º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5835 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 88 | 53 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.65 |
| HSL | 152.37º | 0.76% | 0.2% | - |
| HSV(B) | 152.37º | 0.86% | 0.35% | - |
| XYZ | 4.28 | 7.31 | 4.55 | - |
| YUV | 61.29 | 123.32 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 88 | 53 | 0.86 | 0 | 0.40 | 0.65 | 152.37 | 0.76 | 0.2 |
| Hex | C | 58 | 35 | 56 | 0 | 28 | 41 | 98 | 4C | 14 |
| Octal | 14 | 130 | 65 | 126 | 0 | 50 | 101 | 230 | 114 | 24 |
| Binary | 1100 | 1011000 | 110101 | 1010110 | 0 | 101000 | 1000001 | 10011000 | 1001100 | 10100 |
Color Harmonies of #0C5835
Complementary color
Monochromatic Colors of #0C5835
Black with #0C5835
Text Example
Text Example
White with #0C5835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5835; }
p { color: rgb(12,88,53); }
H1.HeaderClassName
{
color: #0C5835;
}
.AnyTagClassName
{
color: #0C5835;
}
</style>
background-color css
<style>
a { background-color: #0C5835; }
a { background-color: rgb(12,88,53); }
div.DivClassName
{
background-color: #0C5835;
}
.BgClassName
{
background-color: #0C5835;
}
</style>
border-color css
<style>
span { border-color: #0C5835; }
span { border-color: rgb(12,88,53); }
td.TdClassName
{
border-color: #0C5835;
}
.TagClassName
{
border-color: #0C5835;
}
</style>