#049943

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

Shades of Pigment Green #049943

Tints of Pigment Green #049943

Color information

#049943 (or 0x049943) is unknown color: approx Pigment Green. HEX triplet: 04, 99 and 43. RGB value is (4,153,67). Sum of RGB (Red+Green+Blue) = 4+153+67=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 153 (60.16% from 255 or 68.30% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 153 - color contains mainly: green. Hex color #049943 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049943 is #FB66BC. Grayscale: #626262. Windows color (decimal): -16475837 or 4430084. OLE color: 4430084.

HSL color Cylindrical-coordinate representation of color #049943: hue angle of 145.37º 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 #049943 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB415367-
CMYK0.9700.560.4
HSL145.37º94.9%30.78%-
HSV(B)145.37º97.39%60%-
XYZ12.4523.219.13-
YUV98.64110.1460.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 153 (60.16% from 255) = 68.30%
BLUE value IS 67 (26.56% from 255) = 29.91%
R=1.79%
G=68.30%
B=29.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal4153670.9700.560.4145.3794.930.78
Hex499436103828915f1f
Octal42311031410705022113737
Binary1001001100110000111100001011100010100010010001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049943; }

 p { color: rgb(4,153,67); }

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

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

 a { background-color: rgb(4,153,67); }

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

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

 span { border-color: rgb(4,153,67); }

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