Shades of Pigment Green #009134
Tints of Pigment Green #009134
RGB
CMYK
RGB Variations
Color information
#009134 (or 0x009134) is known color: Pigment Green. HEX triplet: 00, 91 and 34. RGB value is (0,145,52). Sum of RGB (Red+Green+Blue) = 0+145+52=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 145 (57.03% from 255 or 73.60% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 145 - color contains mainly: green. Hex color #009134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009134 is #FF6ECB. Grayscale: #5B5B5B. Windows color (decimal): -16740044 or 3444992. OLE color: 3444992.
HSL color Cylindrical-coordinate representation of color #009134: hue angle of 141.52º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009134 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 52 | - |
| CMYK | 1 | 0 | 0.64 | 0.43 |
| HSL | 141.52º | 1% | 0.28% | - |
| HSV(B) | 141.52º | 1% | 0.57% | - |
| XYZ | 10.75 | 20.5 | 6.64 | - |
| YUV | 91.04 | 105.96 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 52 | 1 | 0 | 0.64 | 0.43 | 141.52 | 1 | 0.28 |
| Hex | 0 | 91 | 34 | 64 | 0 | 40 | 2B | 8E | 64 | 1C |
| Octal | 0 | 221 | 64 | 144 | 0 | 100 | 53 | 216 | 144 | 34 |
| Binary | 0 | 10010001 | 110100 | 1100100 | 0 | 1000000 | 101011 | 10001110 | 1100100 | 11100 |
Color Harmonies of #009134
Complementary color
Monochromatic Colors of #009134
Black with #009134
Text Example
Text Example
White with #009134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009134; }
p { color: rgb(0,145,52); }
H1.HeaderClassName
{
color: #009134;
}
.AnyTagClassName
{
color: #009134;
}
</style>
background-color css
<style>
a { background-color: #009134; }
a { background-color: rgb(0,145,52); }
div.DivClassName
{
background-color: #009134;
}
.BgClassName
{
background-color: #009134;
}
</style>
border-color css
<style>
span { border-color: #009134; }
span { border-color: rgb(0,145,52); }
td.TdClassName
{
border-color: #009134;
}
.TagClassName
{
border-color: #009134;
}
</style>