#04974F

Color #04974F Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #04974F

Tints of Pigment Green #04974F

Color information

#04974F (or 0x04974F) is unknown color: approx Pigment Green. HEX triplet: 04, 97 and 4F. RGB value is (4,151,79). Sum of RGB (Red+Green+Blue) = 4+151+79=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 151 (59.38% from 255 or 64.53% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 151 - color contains mainly: green. Hex color #04974F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04974F is #FB68B0. Grayscale: #626262. Windows color (decimal): -16476337 or 5216004. OLE color: 5216004.

HSL color Cylindrical-coordinate representation of color #04974F: hue angle of 150.61º degrees, saturation: 0.95, 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 #04974F is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB415179-
CMYK0.9700.480.41
HSL150.61º94.84%30.39%-
HSV(B)150.61º97.35%59.22%-
XYZ12.5322.7211.12-
YUV98.84116.860.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.71%
GREEN value IS 151 (59.38% from 255) = 64.53%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=1.71%
G=64.53%
B=33.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4151790.9700.480.41150.6194.8430.39
Hex4974F6103029975f1e
Octal42271171410605122713736
Binary1001001011110011111100001011000010100110010111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04974F; }

 p { color: rgb(4,151,79); }

 H1.HeaderClassName
 {
   color: #04974F;
 }
 .AnyTagClassName
 {
   color: #04974F;
 }
</style>
background-color css

<style>
 a { background-color: #04974F; }

 a { background-color: rgb(4,151,79); }

 div.DivClassName
 {
   background-color: #04974F;
 }
 .BgClassName
 {
   background-color: #04974F;
 }
</style>
border-color css

<style>
 span { border-color: #04974F; }

 span { border-color: rgb(4,151,79); }

 td.TdClassName
 {
   border-color: #04974F;
 }
 .TagClassName
 {
   border-color: #04974F;
 }
</style>