Shades of Jewel #036B3C
Tints of Jewel #036B3C
RGB
CMYK
RGB Variations
Color information
#036B3C (or 0x036B3C) is known color: Jewel. HEX triplet: 03, 6B and 3C. RGB value is (3,107,60). Sum of RGB (Red+Green+Blue) = 3+107+60=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 107 (42.19% from 255 or 62.94% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 107 - color contains mainly: green. Hex color #036B3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036B3C is #FC94C3. Grayscale: #464646. Windows color (decimal): -16553156 or 3959555. OLE color: 3959555.
HSL color Cylindrical-coordinate representation of color #036B3C: hue angle of 152.88º 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 #036B3C is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 107 | 60 | - |
| CMYK | 0.97 | 0 | 0.44 | 0.58 |
| HSL | 152.88º | 0.95% | 0.22% | - |
| HSV(B) | 152.88º | 0.97% | 0.42% | - |
| XYZ | 6.11 | 10.86 | 6.05 | - |
| YUV | 70.55 | 122.04 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 60 | 0.97 | 0 | 0.44 | 0.58 | 152.88 | 0.95 | 0.22 |
| Hex | 3 | 6B | 3C | 61 | 0 | 2C | 3A | 99 | 5F | 16 |
| Octal | 3 | 153 | 74 | 141 | 0 | 54 | 72 | 231 | 137 | 26 |
| Binary | 11 | 1101011 | 111100 | 1100001 | 0 | 101100 | 111010 | 10011001 | 1011111 | 10110 |
Color Harmonies of #036B3C
Complementary color
Monochromatic Colors of #036B3C
Black with #036B3C
Text Example
Text Example
White with #036B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036B3C; }
p { color: rgb(3,107,60); }
H1.HeaderClassName
{
color: #036B3C;
}
.AnyTagClassName
{
color: #036B3C;
}
</style>
background-color css
<style>
a { background-color: #036B3C; }
a { background-color: rgb(3,107,60); }
div.DivClassName
{
background-color: #036B3C;
}
.BgClassName
{
background-color: #036B3C;
}
</style>
border-color css
<style>
span { border-color: #036B3C; }
span { border-color: rgb(3,107,60); }
td.TdClassName
{
border-color: #036B3C;
}
.TagClassName
{
border-color: #036B3C;
}
</style>