Shades of Fun Green #035C37
Tints of Fun Green #035C37
RGB
CMYK
RGB Variations
Color information
#035C37 (or 0x035C37) is known color: Fun Green. HEX triplet: 03, 5C and 37. RGB value is (3,92,55). Sum of RGB (Red+Green+Blue) = 3+92+55=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 92 (36.33% from 255 or 61.33% from 150); Blue value is 55 (21.88% from 255 or 36.67% from 150); Max value from RGB is 92 - color contains mainly: green. Hex color #035C37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035C37 is #FCA3C8. Grayscale: #3D3D3D. Windows color (decimal): -16557001 or 3628035. OLE color: 3628035.
HSL color Cylindrical-coordinate representation of color #035C37: hue angle of 155.06º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035C37 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 55 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.64 |
| HSL | 155.06º | 0.94% | 0.19% | - |
| HSV(B) | 155.06º | 0.97% | 0.36% | - |
| XYZ | 4.55 | 7.95 | 4.91 | - |
| YUV | 61.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 55 | 0.97 | 0 | 0.40 | 0.64 | 155.06 | 0.94 | 0.19 |
| Hex | 3 | 5C | 37 | 61 | 0 | 28 | 40 | 9B | 5E | 13 |
| Octal | 3 | 134 | 67 | 141 | 0 | 50 | 100 | 233 | 136 | 23 |
| Binary | 11 | 1011100 | 110111 | 1100001 | 0 | 101000 | 1000000 | 10011011 | 1011110 | 10011 |
Color Harmonies of #035C37
Complementary color
Monochromatic Colors of #035C37
Black with #035C37
Text Example
Text Example
White with #035C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C37; }
p { color: rgb(3,92,55); }
H1.HeaderClassName
{
color: #035C37;
}
.AnyTagClassName
{
color: #035C37;
}
</style>
background-color css
<style>
a { background-color: #035C37; }
a { background-color: rgb(3,92,55); }
div.DivClassName
{
background-color: #035C37;
}
.BgClassName
{
background-color: #035C37;
}
</style>
border-color css
<style>
span { border-color: #035C37; }
span { border-color: rgb(3,92,55); }
td.TdClassName
{
border-color: #035C37;
}
.TagClassName
{
border-color: #035C37;
}
</style>