Shades of Jewel #005B3D
Tints of Jewel #005B3D
RGB
CMYK
RGB Variations
Color information
#005B3D (or 0x005B3D) is known color: Jewel. HEX triplet: 00, 5B and 3D. RGB value is (0,91,61). Sum of RGB (Red+Green+Blue) = 0+91+61=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 91 (35.94% from 255 or 59.87% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 91 - color contains mainly: green. Hex color #005B3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005B3D is #FFA4C2. Grayscale: #3C3C3C. Windows color (decimal): -16753859 or 4020992. OLE color: 4020992.
HSL color Cylindrical-coordinate representation of color #005B3D: hue angle of 160.22º 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 #005B3D is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 91 | 61 | - |
| CMYK | 1 | 0 | 0.33 | 0.64 |
| HSL | 160.22º | 1% | 0.18% | - |
| HSV(B) | 160.22º | 1% | 0.36% | - |
| XYZ | 4.58 | 7.82 | 5.68 | - |
| YUV | 60.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 61 | 1 | 0 | 0.33 | 0.64 | 160.22 | 1 | 0.18 |
| Hex | 0 | 5B | 3D | 64 | 0 | 21 | 40 | A0 | 64 | 12 |
| Octal | 0 | 133 | 75 | 144 | 0 | 41 | 100 | 240 | 144 | 22 |
| Binary | 0 | 1011011 | 111101 | 1100100 | 0 | 100001 | 1000000 | 10100000 | 1100100 | 10010 |
Color Harmonies of #005B3D
Complementary color
Monochromatic Colors of #005B3D
Black with #005B3D
Text Example
Text Example
White with #005B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B3D; }
p { color: rgb(0,91,61); }
H1.HeaderClassName
{
color: #005B3D;
}
.AnyTagClassName
{
color: #005B3D;
}
</style>
background-color css
<style>
a { background-color: #005B3D; }
a { background-color: rgb(0,91,61); }
div.DivClassName
{
background-color: #005B3D;
}
.BgClassName
{
background-color: #005B3D;
}
</style>
border-color css
<style>
span { border-color: #005B3D; }
span { border-color: rgb(0,91,61); }
td.TdClassName
{
border-color: #005B3D;
}
.TagClassName
{
border-color: #005B3D;
}
</style>