Shades of Jewel #035C3E
Tints of Jewel #035C3E
RGB
CMYK
RGB Variations
Color information
#035C3E (or 0x035C3E) is known color: Jewel. HEX triplet: 03, 5C and 3E. RGB value is (3,92,62). Sum of RGB (Red+Green+Blue) = 3+92+62=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 92 (36.33% from 255 or 58.60% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 92 - color contains mainly: green. Hex color #035C3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035C3E is #FCA3C1. Grayscale: #3D3D3D. Windows color (decimal): -16556994 or 4086787. OLE color: 4086787.
HSL color Cylindrical-coordinate representation of color #035C3E: hue angle of 159.78º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035C3E is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 62 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.64 |
| HSL | 159.78º | 0.94% | 0.19% | - |
| HSV(B) | 159.78º | 0.97% | 0.36% | - |
| XYZ | 4.73 | 8.02 | 5.86 | - |
| YUV | 61.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 62 | 0.97 | 0 | 0.33 | 0.64 | 159.78 | 0.94 | 0.19 |
| Hex | 3 | 5C | 3E | 61 | 0 | 21 | 40 | A0 | 5E | 13 |
| Octal | 3 | 134 | 76 | 141 | 0 | 41 | 100 | 240 | 136 | 23 |
| Binary | 11 | 1011100 | 111110 | 1100001 | 0 | 100001 | 1000000 | 10100000 | 1011110 | 10011 |
Color Harmonies of #035C3E
Complementary color
Monochromatic Colors of #035C3E
Black with #035C3E
Text Example
Text Example
White with #035C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C3E; }
p { color: rgb(3,92,62); }
H1.HeaderClassName
{
color: #035C3E;
}
.AnyTagClassName
{
color: #035C3E;
}
</style>
background-color css
<style>
a { background-color: #035C3E; }
a { background-color: rgb(3,92,62); }
div.DivClassName
{
background-color: #035C3E;
}
.BgClassName
{
background-color: #035C3E;
}
</style>
border-color css
<style>
span { border-color: #035C3E; }
span { border-color: rgb(3,92,62); }
td.TdClassName
{
border-color: #035C3E;
}
.TagClassName
{
border-color: #035C3E;
}
</style>