Html Css Color HEX #049544 Pigment Green

📋 copy color: '#049544'

red 4 ◦ green 149 ◦ blue 68

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

Shades of Pigment Green #049544

Tints of Pigment Green #049544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.77%

R = 1.81%
G = 67.42%
B = 30.77%

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

#049544 (or 0x049544) is known color: Pigment Green. HEX triplet: 04, 95 and 44. RGB value is (4,149,68). Sum of RGB (Red+Green+Blue) = 4+149+68=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 149 (58.59% from 255 or 67.42% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 149 - color contains mainly: green. Hex color #049544 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049544 is #FB6ABB. Grayscale: #606060. Windows color (decimal): -16476860 or 4494596. OLE color: 4494596.

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

Color convert

RGB 4 149 68 -
CMYK 0.97 0 0.54 0.42
HSL 146.48º 0.95% 0.3% -
HSV(B) 146.48º 0.97% 0.58% -
XYZ 11.84 21.94 9.08 -
YUV 96.41 111.96 62.09 -
System Red Green Blue C M Y K H S L
Decimal 4 149 68 0.97 0 0.54 0.42 146.48 0.95 0.3
Hex 4 95 44 61 0 36 2A 92 5F 1E
Octal 4 225 104 141 0 66 52 222 137 36
Binary 100 10010101 1000100 1100001 0 110110 101010 10010010 1011111 11110

Color Harmonies of #049544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049544

Black with #049544

Text Example


Text Example

White with #049544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049544; }

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

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

background-color css

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

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

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

border-color css

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

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

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