Shades of Pigment Green #05963B
Tints of Pigment Green #05963B
RGB
CMYK
RGB Variations
Color information
#05963B (or 0x05963B) is known color: Pigment Green. HEX triplet: 05, 96 and 3B. RGB value is (5,150,59). Sum of RGB (Red+Green+Blue) = 5+150+59=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 150 (58.98% from 255 or 70.09% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 150 - color contains mainly: green. Hex color #05963B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05963B is #FA69C4. Grayscale: #606060. Windows color (decimal): -16411077 or 3905029. OLE color: 3905029.
HSL color Cylindrical-coordinate representation of color #05963B: hue angle of 142.34º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05963B is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 150 | 59 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.41 |
| HSL | 142.34º | 0.94% | 0.3% | - |
| HSV(B) | 142.34º | 0.97% | 0.59% | - |
| XYZ | 11.76 | 22.16 | 7.8 | - |
| YUV | 96.27 | 106.96 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 59 | 0.97 | 0 | 0.61 | 0.41 | 142.34 | 0.94 | 0.3 |
| Hex | 5 | 96 | 3B | 61 | 0 | 3D | 29 | 8E | 5E | 1E |
| Octal | 5 | 226 | 73 | 141 | 0 | 75 | 51 | 216 | 136 | 36 |
| Binary | 101 | 10010110 | 111011 | 1100001 | 0 | 111101 | 101001 | 10001110 | 1011110 | 11110 |
Color Harmonies of #05963B
Complementary color
Monochromatic Colors of #05963B
Black with #05963B
Text Example
Text Example
White with #05963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05963B; }
p { color: rgb(5,150,59); }
H1.HeaderClassName
{
color: #05963B;
}
.AnyTagClassName
{
color: #05963B;
}
</style>
background-color css
<style>
a { background-color: #05963B; }
a { background-color: rgb(5,150,59); }
div.DivClassName
{
background-color: #05963B;
}
.BgClassName
{
background-color: #05963B;
}
</style>
border-color css
<style>
span { border-color: #05963B; }
span { border-color: rgb(5,150,59); }
td.TdClassName
{
border-color: #05963B;
}
.TagClassName
{
border-color: #05963B;
}
</style>