Shades of Jewel #005B3C
Tints of Jewel #005B3C
RGB
CMYK
RGB Variations
Color information
#005B3C (or 0x005B3C) is known color: Jewel. HEX triplet: 00, 5B and 3C. RGB value is (0,91,60). Sum of RGB (Red+Green+Blue) = 0+91+60=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 91 (35.94% from 255 or 60.26% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 91 - color contains mainly: green. Hex color #005B3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005B3C is #FFA4C3. Grayscale: #3C3C3C. Windows color (decimal): -16753860 or 3955456. OLE color: 3955456.
HSL color Cylindrical-coordinate representation of color #005B3C: hue angle of 159.56º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B3C is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 91 | 60 | - |
| CMYK | 1 | 0 | 0.34 | 0.64 |
| HSL | 159.56º | 1% | 0.18% | - |
| HSV(B) | 159.56º | 1% | 0.36% | - |
| XYZ | 4.56 | 7.81 | 5.54 | - |
| YUV | 60.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 60 | 1 | 0 | 0.34 | 0.64 | 159.56 | 1 | 0.18 |
| Hex | 0 | 5B | 3C | 64 | 0 | 22 | 40 | A0 | 64 | 12 |
| Octal | 0 | 133 | 74 | 144 | 0 | 42 | 100 | 240 | 144 | 22 |
| Binary | 0 | 1011011 | 111100 | 1100100 | 0 | 100010 | 1000000 | 10100000 | 1100100 | 10010 |
Color Harmonies of #005B3C
Complementary color
Monochromatic Colors of #005B3C
Black with #005B3C
Text Example
Text Example
White with #005B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B3C; }
p { color: rgb(0,91,60); }
H1.HeaderClassName
{
color: #005B3C;
}
.AnyTagClassName
{
color: #005B3C;
}
</style>
background-color css
<style>
a { background-color: #005B3C; }
a { background-color: rgb(0,91,60); }
div.DivClassName
{
background-color: #005B3C;
}
.BgClassName
{
background-color: #005B3C;
}
</style>
border-color css
<style>
span { border-color: #005B3C; }
span { border-color: rgb(0,91,60); }
td.TdClassName
{
border-color: #005B3C;
}
.TagClassName
{
border-color: #005B3C;
}
</style>