Shades of Pigment Green #05904A
Tints of Pigment Green #05904A
RGB
CMYK
RGB Variations
Color information
#05904A (or 0x05904A) is known color: Pigment Green. HEX triplet: 05, 90 and 4A. RGB value is (5,144,74). Sum of RGB (Red+Green+Blue) = 5+144+74=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 144 (56.64% from 255 or 64.57% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 144 - color contains mainly: green. Hex color #05904A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05904A is #FA6FB5. Grayscale: #5E5E5E. Windows color (decimal): -16412598 or 4886533. OLE color: 4886533.
HSL color Cylindrical-coordinate representation of color #05904A: hue angle of 149.78º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05904A is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 144 | 74 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.44 |
| HSL | 149.78º | 0.93% | 0.29% | - |
| HSV(B) | 149.78º | 0.97% | 0.56% | - |
| XYZ | 11.27 | 20.47 | 9.84 | - |
| YUV | 94.46 | 116.45 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 144 | 74 | 0.97 | 0 | 0.49 | 0.44 | 149.78 | 0.93 | 0.29 |
| Hex | 5 | 90 | 4A | 61 | 0 | 31 | 2C | 96 | 5D | 1D |
| Octal | 5 | 220 | 112 | 141 | 0 | 61 | 54 | 226 | 135 | 35 |
| Binary | 101 | 10010000 | 1001010 | 1100001 | 0 | 110001 | 101100 | 10010110 | 1011101 | 11101 |
Color Harmonies of #05904A
Complementary color
Monochromatic Colors of #05904A
Black with #05904A
Text Example
Text Example
White with #05904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05904A; }
p { color: rgb(5,144,74); }
H1.HeaderClassName
{
color: #05904A;
}
.AnyTagClassName
{
color: #05904A;
}
</style>
background-color css
<style>
a { background-color: #05904A; }
a { background-color: rgb(5,144,74); }
div.DivClassName
{
background-color: #05904A;
}
.BgClassName
{
background-color: #05904A;
}
</style>
border-color css
<style>
span { border-color: #05904A; }
span { border-color: rgb(5,144,74); }
td.TdClassName
{
border-color: #05904A;
}
.TagClassName
{
border-color: #05904A;
}
</style>