Html Css Color HEX #049150 Pigment Green

📋 copy color: '#049150'

red 4 ◦ green 145 ◦ blue 80

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

Shades of Pigment Green #049150

Tints of Pigment Green #049150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 63.32%

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 1.75%
G = 63.32%
B = 34.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#049150 (or 0x049150) is known color: Pigment Green. HEX triplet: 04, 91 and 50. RGB value is (4,145,80). Sum of RGB (Red+Green+Blue) = 4+145+80=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 145 (57.03% from 255 or 63.32% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 145 - color contains mainly: green. Hex color #049150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049150 is #FB6EAF. Grayscale: #5F5F5F. Windows color (decimal): -16477872 or 5280004. OLE color: 5280004.

HSL color Cylindrical-coordinate representation of color #049150: hue angle of 152.34º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049150 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 145 80 -
CMYK 0.97 0 0.45 0.43
HSL 152.34º 0.95% 0.29% -
HSV(B) 152.34º 0.97% 0.57% -
XYZ 11.62 20.86 11 -
YUV 95.43 119.29 62.79 -
System Red Green Blue C M Y K H S L
Decimal 4 145 80 0.97 0 0.45 0.43 152.34 0.95 0.29
Hex 4 91 50 61 0 2D 2B 98 5F 1D
Octal 4 221 120 141 0 55 53 230 137 35
Binary 100 10010001 1010000 1100001 0 101101 101011 10011000 1011111 11101

Color Harmonies of #049150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049150

Black with #049150

Text Example


Text Example

White with #049150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049150; }

 p { color: rgb(4,145,80); }

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

background-color css

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

 a { background-color: rgb(4,145,80); }

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

border-color css

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

 span { border-color: rgb(4,145,80); }

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