Shades of Pigment Green #059B3D
Tints of Pigment Green #059B3D
RGB
CMYK
RGB Variations
Color information
#059B3D (or 0x059B3D) is known color: Pigment Green. HEX triplet: 05, 9B and 3D. RGB value is (5,155,61). Sum of RGB (Red+Green+Blue) = 5+155+61=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 155 (60.94% from 255 or 70.14% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 155 - color contains mainly: green. Hex color #059B3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059B3D is #FA64C2. Grayscale: #636363. Windows color (decimal): -16409795 or 4037381. OLE color: 4037381.
HSL color Cylindrical-coordinate representation of color #059B3D: hue angle of 142.4º 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 #059B3D is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 155 | 61 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.39 |
| HSL | 142.4º | 0.94% | 0.31% | - |
| HSV(B) | 142.4º | 0.97% | 0.61% | - |
| XYZ | 12.63 | 23.81 | 8.35 | - |
| YUV | 99.43 | 106.31 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 61 | 0.97 | 0 | 0.61 | 0.39 | 142.4 | 0.94 | 0.31 |
| Hex | 5 | 9B | 3D | 61 | 0 | 3D | 27 | 8E | 5E | 1F |
| Octal | 5 | 233 | 75 | 141 | 0 | 75 | 47 | 216 | 136 | 37 |
| Binary | 101 | 10011011 | 111101 | 1100001 | 0 | 111101 | 100111 | 10001110 | 1011110 | 11111 |
Color Harmonies of #059B3D
Complementary color
Monochromatic Colors of #059B3D
Black with #059B3D
Text Example
Text Example
White with #059B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059B3D; }
p { color: rgb(5,155,61); }
H1.HeaderClassName
{
color: #059B3D;
}
.AnyTagClassName
{
color: #059B3D;
}
</style>
background-color css
<style>
a { background-color: #059B3D; }
a { background-color: rgb(5,155,61); }
div.DivClassName
{
background-color: #059B3D;
}
.BgClassName
{
background-color: #059B3D;
}
</style>
border-color css
<style>
span { border-color: #059B3D; }
span { border-color: rgb(5,155,61); }
td.TdClassName
{
border-color: #059B3D;
}
.TagClassName
{
border-color: #059B3D;
}
</style>