Html Css Color HEX #049540 Pigment Green

📋 copy color: '#049540'

red 4 ◦ green 149 ◦ blue 64

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

Shades of Pigment Green #049540

Tints of Pigment Green #049540

RGB

 RED value IS 4 (1.95% from 255) = 1.84%

 GREEN value IS 149 (58.59% from 255) = 68.66%

 BLUE value IS 64 (25.39% from 255) = 29.49%

R = 1.84%
G = 68.66%
B = 29.49%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#049540 (or 0x049540) is known color: Pigment Green. HEX triplet: 04, 95 and 40. RGB value is (4,149,64). Sum of RGB (Red+Green+Blue) = 4+149+64=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 149 (58.59% from 255 or 68.66% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 149 - color contains mainly: green. Hex color #049540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049540 is #FB6ABF. Grayscale: #606060. Windows color (decimal): -16476864 or 4232452. OLE color: 4232452.

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

Color convert

RGB 4 149 64 -
CMYK 0.97 0 0.57 0.42
HSL 144.83º 0.95% 0.3% -
HSV(B) 144.83º 0.97% 0.58% -
XYZ 11.72 21.89 8.46 -
YUV 95.96 109.96 62.41 -
System Red Green Blue C M Y K H S L
Decimal 4 149 64 0.97 0 0.57 0.42 144.83 0.95 0.3
Hex 4 95 40 61 0 39 2A 91 5F 1E
Octal 4 225 100 141 0 71 52 221 137 36
Binary 100 10010101 1000000 1100001 0 111001 101010 10010001 1011111 11110

Color Harmonies of #049540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049540

Black with #049540

Text Example


Text Example

White with #049540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049540; }

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

 H1.HeaderClassName
 {
   color: #049540;
 }
 .AnyTagClassName
 {
   color: #049540;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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