Html Css Color HEX #049B40 Pigment Green

📋 copy color: '#049B40'

red 4 ◦ green 155 ◦ blue 64

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

Shades of Pigment Green #049B40

Tints of Pigment Green #049B40

RGB

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

 GREEN value IS 155 (60.94% from 255) = 69.51%

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

R = 1.79%
G = 69.51%
B = 28.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#049B40 (or 0x049B40) is known color: Pigment Green. HEX triplet: 04, 9B and 40. RGB value is (4,155,64). Sum of RGB (Red+Green+Blue) = 4+155+64=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 155 (60.94% from 255 or 69.51% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 155 - color contains mainly: green. Hex color #049B40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049B40 is #FB64BF. Grayscale: #636363. Windows color (decimal): -16475328 or 4233988. OLE color: 4233988.

HSL color Cylindrical-coordinate representation of color #049B40: hue angle of 143.84º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049B40 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 155 64 -
CMYK 0.97 0 0.59 0.39
HSL 143.84º 0.95% 0.31% -
HSV(B) 143.84º 0.97% 0.61% -
XYZ 12.7 23.84 8.78 -
YUV 99.48 107.97 59.9 -
System Red Green Blue C M Y K H S L
Decimal 4 155 64 0.97 0 0.59 0.39 143.84 0.95 0.31
Hex 4 9B 40 61 0 3B 27 90 5F 1F
Octal 4 233 100 141 0 73 47 220 137 37
Binary 100 10011011 1000000 1100001 0 111011 100111 10010000 1011111 11111

Color Harmonies of #049B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049B40

Black with #049B40

Text Example


Text Example

White with #049B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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