Html Css Color HEX #049545 Pigment Green

📋 copy color: '#049545'

red 4 ◦ green 149 ◦ blue 69

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

Shades of Pigment Green #049545

Tints of Pigment Green #049545

RGB

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

 GREEN value IS 149 (58.59% from 255) = 67.12%

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

R = 1.8%
G = 67.12%
B = 31.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#049545 (or 0x049545) is known color: Pigment Green. HEX triplet: 04, 95 and 45. RGB value is (4,149,69). Sum of RGB (Red+Green+Blue) = 4+149+69=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #049545 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049545 is #FB6ABA. Grayscale: #606060. Windows color (decimal): -16476859 or 4560132. OLE color: 4560132.

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

Color convert

RGB 4 149 69 -
CMYK 0.97 0 0.54 0.42
HSL 146.9º 0.95% 0.3% -
HSV(B) 146.9º 0.97% 0.58% -
XYZ 11.87 21.95 9.24 -
YUV 96.53 112.46 62 -
System Red Green Blue C M Y K H S L
Decimal 4 149 69 0.97 0 0.54 0.42 146.9 0.95 0.3
Hex 4 95 45 61 0 36 2A 93 5F 1E
Octal 4 225 105 141 0 66 52 223 137 36
Binary 100 10010101 1000101 1100001 0 110110 101010 10010011 1011111 11110

Color Harmonies of #049545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049545

Black with #049545

Text Example


Text Example

White with #049545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049545; }

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

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

background-color css

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

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

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

border-color css

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

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

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