Shades of Jewel #035F40
Tints of Jewel #035F40
RGB
CMYK
RGB Variations
Color information
#035F40 (or 0x035F40) is known color: Jewel. HEX triplet: 03, 5F and 40. RGB value is (3,95,64). Sum of RGB (Red+Green+Blue) = 3+95+64=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 95 (37.5% from 255 or 58.64% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 95 - color contains mainly: green. Hex color #035F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035F40 is #FCA0BF. Grayscale: #3F3F3F. Windows color (decimal): -16556224 or 4218627. OLE color: 4218627.
HSL color Cylindrical-coordinate representation of color #035F40: hue angle of 159.78º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035F40 is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 95 | 64 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.63 |
| HSL | 159.78º | 0.94% | 0.19% | - |
| HSV(B) | 159.78º | 0.97% | 0.37% | - |
| XYZ | 5.06 | 8.57 | 6.24 | - |
| YUV | 63.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 64 | 0.97 | 0 | 0.33 | 0.63 | 159.78 | 0.94 | 0.19 |
| Hex | 3 | 5F | 40 | 61 | 0 | 21 | 3F | A0 | 5E | 13 |
| Octal | 3 | 137 | 100 | 141 | 0 | 41 | 77 | 240 | 136 | 23 |
| Binary | 11 | 1011111 | 1000000 | 1100001 | 0 | 100001 | 111111 | 10100000 | 1011110 | 10011 |
Color Harmonies of #035F40
Complementary color
Monochromatic Colors of #035F40
Black with #035F40
Text Example
Text Example
White with #035F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035F40; }
p { color: rgb(3,95,64); }
H1.HeaderClassName
{
color: #035F40;
}
.AnyTagClassName
{
color: #035F40;
}
</style>
background-color css
<style>
a { background-color: #035F40; }
a { background-color: rgb(3,95,64); }
div.DivClassName
{
background-color: #035F40;
}
.BgClassName
{
background-color: #035F40;
}
</style>
border-color css
<style>
span { border-color: #035F40; }
span { border-color: rgb(3,95,64); }
td.TdClassName
{
border-color: #035F40;
}
.TagClassName
{
border-color: #035F40;
}
</style>