#04974B

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

Shades of Pigment Green #04974B

Tints of Pigment Green #04974B

Color information

#04974B (or 0x04974B) is unknown color: approx Pigment Green. HEX triplet: 04, 97 and 4B. RGB value is (4,151,75). Sum of RGB (Red+Green+Blue) = 4+151+75=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 151 (59.38% from 255 or 65.65% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 151 - color contains mainly: green. Hex color #04974B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04974B is #FB68B4. Grayscale: #626262. Windows color (decimal): -16476341 or 4953860. OLE color: 4953860.

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

Color convert

RGB415175-
CMYK0.9700.500.41
HSL148.98º94.84%30.39%-
HSV(B)148.98º97.35%59.22%-
XYZ12.3922.6710.38-
YUV98.38114.860.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.74%
GREEN value IS 151 (59.38% from 255) = 65.65%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=1.74%
G=65.65%
B=32.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4151750.9700.500.41148.9894.8430.39
Hex4974B6103229955f1e
Octal42271131410625122513736
Binary1001001011110010111100001011001010100110010101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04974B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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