Shades of Jewel #036D41
Tints of Jewel #036D41
RGB
CMYK
RGB Variations
Color information
#036D41 (or 0x036D41) is known color: Jewel. HEX triplet: 03, 6D and 41. RGB value is (3,109,65). Sum of RGB (Red+Green+Blue) = 3+109+65=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 109 (42.97% from 255 or 61.58% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 109 - color contains mainly: green. Hex color #036D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036D41 is #FC92BE. Grayscale: #484848. Windows color (decimal): -16552639 or 4287747. OLE color: 4287747.
HSL color Cylindrical-coordinate representation of color #036D41: hue angle of 155.09º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036D41 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 109 | 65 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.57 |
| HSL | 155.09º | 0.95% | 0.22% | - |
| HSV(B) | 155.09º | 0.97% | 0.43% | - |
| XYZ | 6.46 | 11.34 | 6.85 | - |
| YUV | 72.29 | 123.88 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 65 | 0.97 | 0 | 0.40 | 0.57 | 155.09 | 0.95 | 0.22 |
| Hex | 3 | 6D | 41 | 61 | 0 | 28 | 39 | 9B | 5F | 16 |
| Octal | 3 | 155 | 101 | 141 | 0 | 50 | 71 | 233 | 137 | 26 |
| Binary | 11 | 1101101 | 1000001 | 1100001 | 0 | 101000 | 111001 | 10011011 | 1011111 | 10110 |
Color Harmonies of #036D41
Complementary color
Monochromatic Colors of #036D41
Black with #036D41
Text Example
Text Example
White with #036D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D41; }
p { color: rgb(3,109,65); }
H1.HeaderClassName
{
color: #036D41;
}
.AnyTagClassName
{
color: #036D41;
}
</style>
background-color css
<style>
a { background-color: #036D41; }
a { background-color: rgb(3,109,65); }
div.DivClassName
{
background-color: #036D41;
}
.BgClassName
{
background-color: #036D41;
}
</style>
border-color css
<style>
span { border-color: #036D41; }
span { border-color: rgb(3,109,65); }
td.TdClassName
{
border-color: #036D41;
}
.TagClassName
{
border-color: #036D41;
}
</style>