Shades of Fun Green #035D37
Tints of Fun Green #035D37
RGB
CMYK
RGB Variations
Color information
#035D37 (or 0x035D37) is known color: Fun Green. HEX triplet: 03, 5D and 37. RGB value is (3,93,55). Sum of RGB (Red+Green+Blue) = 3+93+55=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 93 (36.72% from 255 or 61.59% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 93 - color contains mainly: green. Hex color #035D37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D37 is #FCA2C8. Grayscale: #3D3D3D. Windows color (decimal): -16556745 or 3628291. OLE color: 3628291.
HSL color Cylindrical-coordinate representation of color #035D37: hue angle of 154.67º 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 #035D37 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 93 | 55 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.64 |
| HSL | 154.67º | 0.94% | 0.19% | - |
| HSV(B) | 154.67º | 0.97% | 0.36% | - |
| XYZ | 4.64 | 8.12 | 4.94 | - |
| YUV | 61.76 | 124.18 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 55 | 0.97 | 0 | 0.41 | 0.64 | 154.67 | 0.94 | 0.19 |
| Hex | 3 | 5D | 37 | 61 | 0 | 29 | 40 | 9B | 5E | 13 |
| Octal | 3 | 135 | 67 | 141 | 0 | 51 | 100 | 233 | 136 | 23 |
| Binary | 11 | 1011101 | 110111 | 1100001 | 0 | 101001 | 1000000 | 10011011 | 1011110 | 10011 |
Color Harmonies of #035D37
Complementary color
Monochromatic Colors of #035D37
Black with #035D37
Text Example
Text Example
White with #035D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035D37; }
p { color: rgb(3,93,55); }
H1.HeaderClassName
{
color: #035D37;
}
.AnyTagClassName
{
color: #035D37;
}
</style>
background-color css
<style>
a { background-color: #035D37; }
a { background-color: rgb(3,93,55); }
div.DivClassName
{
background-color: #035D37;
}
.BgClassName
{
background-color: #035D37;
}
</style>
border-color css
<style>
span { border-color: #035D37; }
span { border-color: rgb(3,93,55); }
td.TdClassName
{
border-color: #035D37;
}
.TagClassName
{
border-color: #035D37;
}
</style>