Html Css Color HEX #049543 Pigment Green

📋 copy color: '#049543'

red 4 ◦ green 149 ◦ blue 67

#049543
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #049543

Tints of Pigment Green #049543

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 value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#049543 (or 0x049543) is known color: 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

RGB 4 149 67 -
CMYK 0.97 0 0.55 0.42
HSL 146.07º 0.95% 0.3% -
HSV(B) 146.07º 0.97% 0.58% -
XYZ 11.81 21.93 8.92 -
YUV 96.3 111.46 62.17 -
System Red Green Blue C M Y K H S L
Decimal 4 149 67 0.97 0 0.55 0.42 146.07 0.95 0.3
Hex 4 95 43 61 0 37 2A 92 5F 1E
Octal 4 225 103 141 0 67 52 222 137 36
Binary 100 10010101 1000011 1100001 0 110111 101010 10010010 1011111 11110

Color Harmonies of #049543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049543

Black with #049543

Text Example


Text Example

White with #049543

Text Example


Text Example

HTML Codes & Css Web 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>