Shades of Jewel #035A3E
Tints of Jewel #035A3E
RGB
CMYK
RGB Variations
Color information
#035A3E (or 0x035A3E) is known color: Jewel. HEX triplet: 03, 5A and 3E. RGB value is (3,90,62). Sum of RGB (Red+Green+Blue) = 3+90+62=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #035A3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A3E is #FCA5C1. Grayscale: #3C3C3C. Windows color (decimal): -16557506 or 4086275. OLE color: 4086275.
HSL color Cylindrical-coordinate representation of color #035A3E: hue angle of 160.69º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035A3E is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 90 | 62 | - |
| CMYK | 0.97 | 0 | 0.31 | 0.65 |
| HSL | 160.69º | 0.94% | 0.18% | - |
| HSV(B) | 160.69º | 0.97% | 0.35% | - |
| XYZ | 4.56 | 7.68 | 5.8 | - |
| YUV | 60.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 62 | 0.97 | 0 | 0.31 | 0.65 | 160.69 | 0.94 | 0.18 |
| Hex | 3 | 5A | 3E | 61 | 0 | 1F | 41 | A1 | 5E | 12 |
| Octal | 3 | 132 | 76 | 141 | 0 | 37 | 101 | 241 | 136 | 22 |
| Binary | 11 | 1011010 | 111110 | 1100001 | 0 | 11111 | 1000001 | 10100001 | 1011110 | 10010 |
Color Harmonies of #035A3E
Complementary color
Monochromatic Colors of #035A3E
Black with #035A3E
Text Example
Text Example
White with #035A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035A3E; }
p { color: rgb(3,90,62); }
H1.HeaderClassName
{
color: #035A3E;
}
.AnyTagClassName
{
color: #035A3E;
}
</style>
background-color css
<style>
a { background-color: #035A3E; }
a { background-color: rgb(3,90,62); }
div.DivClassName
{
background-color: #035A3E;
}
.BgClassName
{
background-color: #035A3E;
}
</style>
border-color css
<style>
span { border-color: #035A3E; }
span { border-color: rgb(3,90,62); }
td.TdClassName
{
border-color: #035A3E;
}
.TagClassName
{
border-color: #035A3E;
}
</style>