Shades of Pigment Green #059B3C
Tints of Pigment Green #059B3C
RGB
CMYK
RGB Variations
Color information
#059B3C (or 0x059B3C) is known color: Pigment Green. HEX triplet: 05, 9B and 3C. RGB value is (5,155,60). Sum of RGB (Red+Green+Blue) = 5+155+60=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 155 (60.94% from 255 or 70.45% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 155 - color contains mainly: green. Hex color #059B3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059B3C is #FA64C3. Grayscale: #636363. Windows color (decimal): -16409796 or 3971845. OLE color: 3971845.
HSL color Cylindrical-coordinate representation of color #059B3C: hue angle of 142º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059B3C is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 155 | 60 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.39 |
| HSL | 142º | 0.94% | 0.31% | - |
| HSV(B) | 142º | 0.97% | 0.61% | - |
| XYZ | 12.6 | 23.8 | 8.2 | - |
| YUV | 99.32 | 105.81 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 60 | 0.97 | 0 | 0.61 | 0.39 | 142 | 0.94 | 0.31 |
| Hex | 5 | 9B | 3C | 61 | 0 | 3D | 27 | 8E | 5E | 1F |
| Octal | 5 | 233 | 74 | 141 | 0 | 75 | 47 | 216 | 136 | 37 |
| Binary | 101 | 10011011 | 111100 | 1100001 | 0 | 111101 | 100111 | 10001110 | 1011110 | 11111 |
Color Harmonies of #059B3C
Complementary color
Monochromatic Colors of #059B3C
Black with #059B3C
Text Example
Text Example
White with #059B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059B3C; }
p { color: rgb(5,155,60); }
H1.HeaderClassName
{
color: #059B3C;
}
.AnyTagClassName
{
color: #059B3C;
}
</style>
background-color css
<style>
a { background-color: #059B3C; }
a { background-color: rgb(5,155,60); }
div.DivClassName
{
background-color: #059B3C;
}
.BgClassName
{
background-color: #059B3C;
}
</style>
border-color css
<style>
span { border-color: #059B3C; }
span { border-color: rgb(5,155,60); }
td.TdClassName
{
border-color: #059B3C;
}
.TagClassName
{
border-color: #059B3C;
}
</style>