Shades of Jewel #036C3C
Tints of Jewel #036C3C
RGB
CMYK
RGB Variations
Color information
#036C3C (or 0x036C3C) is known color: Jewel. HEX triplet: 03, 6C and 3C. RGB value is (3,108,60). Sum of RGB (Red+Green+Blue) = 3+108+60=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 108 (42.58% from 255 or 63.16% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 108 - color contains mainly: green. Hex color #036C3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036C3C is #FC93C3. Grayscale: #474747. Windows color (decimal): -16552900 or 3959811. OLE color: 3959811.
HSL color Cylindrical-coordinate representation of color #036C3C: hue angle of 152.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036C3C is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 108 | 60 | - |
| CMYK | 0.97 | 0 | 0.44 | 0.58 |
| HSL | 152.57º | 0.95% | 0.22% | - |
| HSV(B) | 152.57º | 0.97% | 0.42% | - |
| XYZ | 6.22 | 11.07 | 6.08 | - |
| YUV | 71.13 | 121.71 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 60 | 0.97 | 0 | 0.44 | 0.58 | 152.57 | 0.95 | 0.22 |
| Hex | 3 | 6C | 3C | 61 | 0 | 2C | 3A | 99 | 5F | 16 |
| Octal | 3 | 154 | 74 | 141 | 0 | 54 | 72 | 231 | 137 | 26 |
| Binary | 11 | 1101100 | 111100 | 1100001 | 0 | 101100 | 111010 | 10011001 | 1011111 | 10110 |
Color Harmonies of #036C3C
Complementary color
Monochromatic Colors of #036C3C
Black with #036C3C
Text Example
Text Example
White with #036C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C3C; }
p { color: rgb(3,108,60); }
H1.HeaderClassName
{
color: #036C3C;
}
.AnyTagClassName
{
color: #036C3C;
}
</style>
background-color css
<style>
a { background-color: #036C3C; }
a { background-color: rgb(3,108,60); }
div.DivClassName
{
background-color: #036C3C;
}
.BgClassName
{
background-color: #036C3C;
}
</style>
border-color css
<style>
span { border-color: #036C3C; }
span { border-color: rgb(3,108,60); }
td.TdClassName
{
border-color: #036C3C;
}
.TagClassName
{
border-color: #036C3C;
}
</style>