Shades of Jewel #055D3E
Tints of Jewel #055D3E
RGB
CMYK
RGB Variations
Color information
#055D3E (or 0x055D3E) is known color: Jewel. HEX triplet: 05, 5D and 3E. RGB value is (5,93,62). Sum of RGB (Red+Green+Blue) = 5+93+62=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 93 (36.72% from 255 or 58.12% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 93 - color contains mainly: green. Hex color #055D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D3E is #FAA2C1. Grayscale: #3F3F3F. Windows color (decimal): -16425666 or 4087045. OLE color: 4087045.
HSL color Cylindrical-coordinate representation of color #055D3E: hue angle of 158.86º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D3E is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 62 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.64 |
| HSL | 158.86º | 0.9% | 0.19% | - |
| HSV(B) | 158.86º | 0.95% | 0.36% | - |
| XYZ | 4.85 | 8.21 | 5.89 | - |
| YUV | 63.15 | 127.35 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 62 | 0.95 | 0 | 0.33 | 0.64 | 158.86 | 0.9 | 0.19 |
| Hex | 5 | 5D | 3E | 5F | 0 | 21 | 40 | 9F | 5A | 13 |
| Octal | 5 | 135 | 76 | 137 | 0 | 41 | 100 | 237 | 132 | 23 |
| Binary | 101 | 1011101 | 111110 | 1011111 | 0 | 100001 | 1000000 | 10011111 | 1011010 | 10011 |
Color Harmonies of #055D3E
Complementary color
Monochromatic Colors of #055D3E
Black with #055D3E
Text Example
Text Example
White with #055D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D3E; }
p { color: rgb(5,93,62); }
H1.HeaderClassName
{
color: #055D3E;
}
.AnyTagClassName
{
color: #055D3E;
}
</style>
background-color css
<style>
a { background-color: #055D3E; }
a { background-color: rgb(5,93,62); }
div.DivClassName
{
background-color: #055D3E;
}
.BgClassName
{
background-color: #055D3E;
}
</style>
border-color css
<style>
span { border-color: #055D3E; }
span { border-color: rgb(5,93,62); }
td.TdClassName
{
border-color: #055D3E;
}
.TagClassName
{
border-color: #055D3E;
}
</style>