#04954F

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

Shades of Pigment Green #04954F

Tints of Pigment Green #04954F

Color information

#04954F (or 0x04954F) is unknown color: approx Pigment Green. HEX triplet: 04, 95 and 4F. RGB value is (4,149,79). Sum of RGB (Red+Green+Blue) = 4+149+79=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 149 (58.59% from 255 or 64.22% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 149 - color contains mainly: green. Hex color #04954F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04954F is #FB6AB0. Grayscale: #616161. Windows color (decimal): -16476849 or 5215492. OLE color: 5215492.

HSL color Cylindrical-coordinate representation of color #04954F: hue angle of 151.03º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04954F is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB414979-
CMYK0.9700.470.42
HSL151.03º94.77%30%-
HSV(B)151.03º97.32%58.43%-
XYZ12.2122.0911.02-
YUV97.66117.4661.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 149 (58.59% from 255) = 64.22%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=1.72%
G=64.22%
B=34.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4149790.9700.470.42151.0394.7730
Hex4954F6102F2A975f1e
Octal42251171410575222713736
Binary1001001010110011111100001010111110101010010111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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