#04934E

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

Shades of Pigment Green #04934E

Tints of Pigment Green #04934E

Color information

#04934E (or 0x04934E) is unknown color: approx Pigment Green. HEX triplet: 04, 93 and 4E. RGB value is (4,147,78). Sum of RGB (Red+Green+Blue) = 4+147+78=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 147 (57.81% from 255 or 64.19% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 147 - color contains mainly: green. Hex color #04934E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04934E is #FB6CB1. Grayscale: #606060. Windows color (decimal): -16477362 or 5149444. OLE color: 5149444.

HSL color Cylindrical-coordinate representation of color #04934E: hue angle of 151.05º 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 #04934E is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB414778-
CMYK0.9700.470.42
HSL151.05º94.7%29.61%-
HSV(B)151.05º97.28%57.65%-
XYZ11.8621.4410.72-
YUV96.38117.6262.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 147 (57.81% from 255) = 64.19%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=1.75%
G=64.19%
B=34.06%

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
Decimal4147780.9700.470.42151.0594.729.61
Hex4934E6102F2A975f1e
Octal42231161410575222713736
Binary1001001001110011101100001010111110101010010111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,147,78); }

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

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

 a { background-color: rgb(4,147,78); }

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

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

 span { border-color: rgb(4,147,78); }

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