Html Css Color HEX #049145 Pigment Green

📋 copy color: '#049145'

red 4 ◦ green 145 ◦ blue 69

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

Shades of Pigment Green #049145

Tints of Pigment Green #049145

RGB

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

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

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

R = 1.83%
G = 66.51%
B = 31.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#049145 (or 0x049145) is known color: Pigment Green. HEX triplet: 04, 91 and 45. RGB value is (4,145,69). Sum of RGB (Red+Green+Blue) = 4+145+69=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 145 (57.03% from 255 or 66.51% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 145 - color contains mainly: green. Hex color #049145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049145 is #FB6EBA. Grayscale: #5E5E5E. Windows color (decimal): -16477883 or 4559108. OLE color: 4559108.

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

Color convert

RGB 4 145 69 -
CMYK 0.97 0 0.52 0.43
HSL 147.66º 0.95% 0.29% -
HSV(B) 147.66º 0.97% 0.57% -
XYZ 11.25 20.71 9.03 -
YUV 94.18 113.79 63.68 -
System Red Green Blue C M Y K H S L
Decimal 4 145 69 0.97 0 0.52 0.43 147.66 0.95 0.29
Hex 4 91 45 61 0 34 2B 94 5F 1D
Octal 4 221 105 141 0 64 53 224 137 35
Binary 100 10010001 1000101 1100001 0 110100 101011 10010100 1011111 11101

Color Harmonies of #049145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049145

Black with #049145

Text Example


Text Example

White with #049145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049145; }

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

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

background-color css

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

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

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

border-color css

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

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

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