Shades of Jewel #05703B
Tints of Jewel #05703B
RGB
CMYK
RGB Variations
Color information
#05703B (or 0x05703B) is known color: Jewel. HEX triplet: 05, 70 and 3B. RGB value is (5,112,59). Sum of RGB (Red+Green+Blue) = 5+112+59=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 112 (44.14% from 255 or 63.64% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 112 - color contains mainly: green. Hex color #05703B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05703B is #FA8FC4. Grayscale: #4A4A4A. Windows color (decimal): -16420805 or 3895301. OLE color: 3895301.
HSL color Cylindrical-coordinate representation of color #05703B: hue angle of 150.28º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05703B is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 59 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.56 |
| HSL | 150.28º | 0.91% | 0.23% | - |
| HSV(B) | 150.28º | 0.96% | 0.44% | - |
| XYZ | 6.65 | 11.94 | 6.09 | - |
| YUV | 73.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 59 | 0.96 | 0 | 0.47 | 0.56 | 150.28 | 0.91 | 0.23 |
| Hex | 5 | 70 | 3B | 60 | 0 | 2F | 38 | 96 | 5B | 17 |
| Octal | 5 | 160 | 73 | 140 | 0 | 57 | 70 | 226 | 133 | 27 |
| Binary | 101 | 1110000 | 111011 | 1100000 | 0 | 101111 | 111000 | 10010110 | 1011011 | 10111 |
Color Harmonies of #05703B
Complementary color
Monochromatic Colors of #05703B
Black with #05703B
Text Example
Text Example
White with #05703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05703B; }
p { color: rgb(5,112,59); }
H1.HeaderClassName
{
color: #05703B;
}
.AnyTagClassName
{
color: #05703B;
}
</style>
background-color css
<style>
a { background-color: #05703B; }
a { background-color: rgb(5,112,59); }
div.DivClassName
{
background-color: #05703B;
}
.BgClassName
{
background-color: #05703B;
}
</style>
border-color css
<style>
span { border-color: #05703B; }
span { border-color: rgb(5,112,59); }
td.TdClassName
{
border-color: #05703B;
}
.TagClassName
{
border-color: #05703B;
}
</style>