Html Css Color HEX #049341 Pigment Green

📋 copy color: '#049341'

red 4 ◦ green 147 ◦ blue 65

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

Shades of Pigment Green #049341

Tints of Pigment Green #049341

RGB

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

 GREEN value IS 147 (57.81% from 255) = 68.06%

 BLUE value IS 65 (25.78% from 255) = 30.09%

R = 1.85%
G = 68.06%
B = 30.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#049341 (or 0x049341) is known color: Pigment Green. HEX triplet: 04, 93 and 41. RGB value is (4,147,65). Sum of RGB (Red+Green+Blue) = 4+147+65=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 147 (57.81% from 255 or 68.06% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 147 - color contains mainly: green. Hex color #049341 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049341 is #FB6CBE. Grayscale: #5F5F5F. Windows color (decimal): -16477375 or 4297476. OLE color: 4297476.

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

Color convert

RGB 4 147 65 -
CMYK 0.97 0 0.56 0.42
HSL 145.59º 0.95% 0.3% -
HSV(B) 145.59º 0.97% 0.58% -
XYZ 11.44 21.27 8.5 -
YUV 94.9 111.12 63.17 -
System Red Green Blue C M Y K H S L
Decimal 4 147 65 0.97 0 0.56 0.42 145.59 0.95 0.3
Hex 4 93 41 61 0 38 2A 92 5F 1E
Octal 4 223 101 141 0 70 52 222 137 36
Binary 100 10010011 1000001 1100001 0 111000 101010 10010010 1011111 11110

Color Harmonies of #049341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049341

Black with #049341

Text Example


Text Example

White with #049341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049341; }

 p { color: rgb(4,147,65); }

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

background-color css

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

 a { background-color: rgb(4,147,65); }

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

border-color css

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

 span { border-color: rgb(4,147,65); }

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