#04984C

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

Shades of Pigment Green #04984C

Tints of Pigment Green #04984C

Color information

#04984C (or 0x04984C) is unknown color: approx Pigment Green. HEX triplet: 04, 98 and 4C. RGB value is (4,152,76). Sum of RGB (Red+Green+Blue) = 4+152+76=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 152 (59.77% from 255 or 65.52% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 152 - color contains mainly: green. Hex color #04984C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04984C is #FB67B3. Grayscale: #636363. Windows color (decimal): -16476084 or 5019652. OLE color: 5019652.

HSL color Cylindrical-coordinate representation of color #04984C: hue angle of 149.19º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04984C is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB415276-
CMYK0.9700.500.40
HSL149.19º94.87%30.59%-
HSV(B)149.19º97.37%59.61%-
XYZ12.582310.61-
YUV99.08114.9760.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 152 (59.77% from 255) = 65.52%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=1.72%
G=65.52%
B=32.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4152760.9700.500.40149.1994.8730.59
Hex4984C6103228955f1f
Octal42301141410625022513737
Binary1001001100010011001100001011001010100010010101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04984C; }

 p { color: rgb(4,152,76); }

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

<style>
 a { background-color: #04984C; }

 a { background-color: rgb(4,152,76); }

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

<style>
 span { border-color: #04984C; }

 span { border-color: rgb(4,152,76); }

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