Html Css Color HEX #049345 Pigment Green

📋 copy color: '#049345'

red 4 ◦ green 147 ◦ blue 69

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

Shades of Pigment Green #049345

Tints of Pigment Green #049345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.36%

R = 1.82%
G = 66.82%
B = 31.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#049345 (or 0x049345) is known color: Pigment Green. HEX triplet: 04, 93 and 45. RGB value is (4,147,69). Sum of RGB (Red+Green+Blue) = 4+147+69=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 147 (57.81% from 255 or 66.82% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 147 - color contains mainly: green. Hex color #049345 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049345 is #FB6CBA. Grayscale: #5F5F5F. Windows color (decimal): -16477371 or 4559620. OLE color: 4559620.

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

Color convert

RGB 4 147 69 -
CMYK 0.97 0 0.53 0.42
HSL 147.27º 0.95% 0.3% -
HSV(B) 147.27º 0.97% 0.58% -
XYZ 11.56 21.32 9.14 -
YUV 95.35 113.12 62.84 -
System Red Green Blue C M Y K H S L
Decimal 4 147 69 0.97 0 0.53 0.42 147.27 0.95 0.3
Hex 4 93 45 61 0 35 2A 93 5F 1E
Octal 4 223 105 141 0 65 52 223 137 36
Binary 100 10010011 1000101 1100001 0 110101 101010 10010011 1011111 11110

Color Harmonies of #049345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049345

Black with #049345

Text Example


Text Example

White with #049345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049345; }

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

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

background-color css

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

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

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

border-color css

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

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

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