Shades of Jewel #036D3C
Tints of Jewel #036D3C
RGB
CMYK
RGB Variations
Color information
#036D3C (or 0x036D3C) is known color: Jewel. HEX triplet: 03, 6D and 3C. RGB value is (3,109,60). Sum of RGB (Red+Green+Blue) = 3+109+60=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 109 (42.97% from 255 or 63.37% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 109 - color contains mainly: green. Hex color #036D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036D3C is #FC92C3. Grayscale: #474747. Windows color (decimal): -16552644 or 3960067. OLE color: 3960067.
HSL color Cylindrical-coordinate representation of color #036D3C: hue angle of 152.26º 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 #036D3C is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 109 | 60 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.57 |
| HSL | 152.26º | 0.95% | 0.22% | - |
| HSV(B) | 152.26º | 0.97% | 0.43% | - |
| XYZ | 6.32 | 11.28 | 6.12 | - |
| YUV | 71.72 | 121.38 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 60 | 0.97 | 0 | 0.45 | 0.57 | 152.26 | 0.95 | 0.22 |
| Hex | 3 | 6D | 3C | 61 | 0 | 2D | 39 | 98 | 5F | 16 |
| Octal | 3 | 155 | 74 | 141 | 0 | 55 | 71 | 230 | 137 | 26 |
| Binary | 11 | 1101101 | 111100 | 1100001 | 0 | 101101 | 111001 | 10011000 | 1011111 | 10110 |
Color Harmonies of #036D3C
Complementary color
Monochromatic Colors of #036D3C
Black with #036D3C
Text Example
Text Example
White with #036D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D3C; }
p { color: rgb(3,109,60); }
H1.HeaderClassName
{
color: #036D3C;
}
.AnyTagClassName
{
color: #036D3C;
}
</style>
background-color css
<style>
a { background-color: #036D3C; }
a { background-color: rgb(3,109,60); }
div.DivClassName
{
background-color: #036D3C;
}
.BgClassName
{
background-color: #036D3C;
}
</style>
border-color css
<style>
span { border-color: #036D3C; }
span { border-color: rgb(3,109,60); }
td.TdClassName
{
border-color: #036D3C;
}
.TagClassName
{
border-color: #036D3C;
}
</style>