Html Css Color HEX #049940 Pigment Green

📋 copy color: '#049940'

red 4 ◦ green 153 ◦ blue 64

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

Shades of Pigment Green #049940

Tints of Pigment Green #049940

RGB

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

 GREEN value IS 153 (60.16% from 255) = 69.23%

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

R = 1.81%
G = 69.23%
B = 28.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#049940 (or 0x049940) is known color: Pigment Green. HEX triplet: 04, 99 and 40. RGB value is (4,153,64). Sum of RGB (Red+Green+Blue) = 4+153+64=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 153 (60.16% from 255 or 69.23% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 153 - color contains mainly: green. Hex color #049940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049940 is #FB66BF. Grayscale: #626262. Windows color (decimal): -16475840 or 4233476. OLE color: 4233476.

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

Color convert

RGB 4 153 64 -
CMYK 0.97 0 0.58 0.4
HSL 144.16º 0.95% 0.31% -
HSV(B) 144.16º 0.97% 0.6% -
XYZ 12.37 23.18 8.67 -
YUV 98.3 108.64 60.74 -
System Red Green Blue C M Y K H S L
Decimal 4 153 64 0.97 0 0.58 0.4 144.16 0.95 0.31
Hex 4 99 40 61 0 3A 28 90 5F 1F
Octal 4 231 100 141 0 72 50 220 137 37
Binary 100 10011001 1000000 1100001 0 111010 101000 10010000 1011111 11111

Color Harmonies of #049940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049940

Black with #049940

Text Example


Text Example

White with #049940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049940; }

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

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

background-color css

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

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

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

border-color css

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

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

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