#04913E

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

Shades of Pigment Green #04913E

Tints of Pigment Green #04913E

Color information

#04913E (or 0x04913E) is unknown color: approx Pigment Green. HEX triplet: 04, 91 and 3E. RGB value is (4,145,62). Sum of RGB (Red+Green+Blue) = 4+145+62=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 145 (57.03% from 255 or 68.72% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 145 - color contains mainly: green. Hex color #04913E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04913E is #FB6EC1. Grayscale: #5D5D5D. Windows color (decimal): -16477890 or 4100356. OLE color: 4100356.

HSL color Cylindrical-coordinate representation of color #04913E: hue angle of 144.68º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04913E is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB414562-
CMYK0.9700.570.43
HSL144.68º94.63%29.22%-
HSV(B)144.68º97.24%56.86%-
XYZ11.0420.627.96-
YUV93.38110.2964.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 145 (57.03% from 255) = 68.72%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=1.90%
G=68.72%
B=29.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4145620.9700.570.43144.6894.6329.22
Hex4913E610392B915f1d
Octal4221761410715322113735
Binary100100100011111101100001011100110101110010001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04913E; }

 p { color: rgb(4,145,62); }

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

<style>
 a { background-color: #04913E; }

 a { background-color: rgb(4,145,62); }

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

<style>
 span { border-color: #04913E; }

 span { border-color: rgb(4,145,62); }

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