Shades of Fun Green #036534
Tints of Fun Green #036534
RGB
CMYK
RGB Variations
Color information
#036534 (or 0x036534) is known color: Fun Green. HEX triplet: 03, 65 and 34. RGB value is (3,101,52). Sum of RGB (Red+Green+Blue) = 3+101+52=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 101 (39.84% from 255 or 64.74% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 101 - color contains mainly: green. Hex color #036534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036534 is #FC9ACB. Grayscale: #424242. Windows color (decimal): -16554700 or 3433731. OLE color: 3433731.
HSL color Cylindrical-coordinate representation of color #036534: hue angle of 150º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036534 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 101 | 52 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.60 |
| HSL | 150º | 0.94% | 0.2% | - |
| HSV(B) | 150º | 0.97% | 0.4% | - |
| XYZ | 5.31 | 9.57 | 4.82 | - |
| YUV | 66.11 | 120.03 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 52 | 0.97 | 0 | 0.49 | 0.60 | 150 | 0.94 | 0.2 |
| Hex | 3 | 65 | 34 | 61 | 0 | 31 | 3C | 96 | 5E | 14 |
| Octal | 3 | 145 | 64 | 141 | 0 | 61 | 74 | 226 | 136 | 24 |
| Binary | 11 | 1100101 | 110100 | 1100001 | 0 | 110001 | 111100 | 10010110 | 1011110 | 10100 |
Color Harmonies of #036534
Complementary color
Monochromatic Colors of #036534
Black with #036534
Text Example
Text Example
White with #036534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036534; }
p { color: rgb(3,101,52); }
H1.HeaderClassName
{
color: #036534;
}
.AnyTagClassName
{
color: #036534;
}
</style>
background-color css
<style>
a { background-color: #036534; }
a { background-color: rgb(3,101,52); }
div.DivClassName
{
background-color: #036534;
}
.BgClassName
{
background-color: #036534;
}
</style>
border-color css
<style>
span { border-color: #036534; }
span { border-color: rgb(3,101,52); }
td.TdClassName
{
border-color: #036534;
}
.TagClassName
{
border-color: #036534;
}
</style>