Shades of Fun Green #0C5B3C
Tints of Fun Green #0C5B3C
RGB
CMYK
RGB Variations
Color information
#0C5B3C (or 0x0C5B3C) is known color: Fun Green. HEX triplet: 0C, 5B and 3C. RGB value is (12,91,60). Sum of RGB (Red+Green+Blue) = 12+91+60=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 91 (35.94% from 255 or 55.83% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 91 - color contains mainly: green. Hex color #0C5B3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5B3C is #F3A4C3. Grayscale: #3F3F3F. Windows color (decimal): -15967428 or 3955468. OLE color: 3955468.
HSL color Cylindrical-coordinate representation of color #0C5B3C: hue angle of 156.46º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5B3C is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 91 | 60 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.64 |
| HSL | 156.46º | 0.77% | 0.2% | - |
| HSV(B) | 156.46º | 0.87% | 0.36% | - |
| XYZ | 4.71 | 7.89 | 5.55 | - |
| YUV | 63.85 | 125.83 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 91 | 60 | 0.87 | 0 | 0.34 | 0.64 | 156.46 | 0.77 | 0.2 |
| Hex | C | 5B | 3C | 57 | 0 | 22 | 40 | 9C | 4D | 14 |
| Octal | 14 | 133 | 74 | 127 | 0 | 42 | 100 | 234 | 115 | 24 |
| Binary | 1100 | 1011011 | 111100 | 1010111 | 0 | 100010 | 1000000 | 10011100 | 1001101 | 10100 |
Color Harmonies of #0C5B3C
Complementary color
Monochromatic Colors of #0C5B3C
Black with #0C5B3C
Text Example
Text Example
White with #0C5B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5B3C; }
p { color: rgb(12,91,60); }
H1.HeaderClassName
{
color: #0C5B3C;
}
.AnyTagClassName
{
color: #0C5B3C;
}
</style>
background-color css
<style>
a { background-color: #0C5B3C; }
a { background-color: rgb(12,91,60); }
div.DivClassName
{
background-color: #0C5B3C;
}
.BgClassName
{
background-color: #0C5B3C;
}
</style>
border-color css
<style>
span { border-color: #0C5B3C; }
span { border-color: rgb(12,91,60); }
td.TdClassName
{
border-color: #0C5B3C;
}
.TagClassName
{
border-color: #0C5B3C;
}
</style>