#049543

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

Shades of Pigment Green #049543

Tints of Pigment Green #049543

Color information

#049543 (or 0x049543) is unknown color: approx Pigment Green. HEX triplet: 04, 95 and 43. RGB value is (4,149,67). Sum of RGB (Red+Green+Blue) = 4+149+67=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 149 (58.59% from 255 or 67.73% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 149 - color contains mainly: green. Hex color #049543 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049543 is #FB6ABC. Grayscale: #606060. Windows color (decimal): -16476861 or 4429060. OLE color: 4429060.

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

Color convert

RGB414967-
CMYK0.9700.550.42
HSL146.07º94.77%30%-
HSV(B)146.07º97.32%58.43%-
XYZ11.8121.938.92-
YUV96.3111.4662.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.82%
GREEN value IS 149 (58.59% from 255) = 67.73%
BLUE value IS 67 (26.56% from 255) = 30.45%
R=1.82%
G=67.73%
B=30.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4149670.9700.550.42146.0794.7730
Hex49543610372A925f1e
Octal42251031410675222213736
Binary1001001010110000111100001011011110101010010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049543; }

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

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

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

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

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

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

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

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