Html Css Color HEX #049552 Pigment Green

📋 copy color: '#049552'

red 4 ◦ green 149 ◦ blue 82

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

Shades of Pigment Green #049552

Tints of Pigment Green #049552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 1.7%
G = 63.4%
B = 34.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#049552 (or 0x049552) is known color: Pigment Green. HEX triplet: 04, 95 and 52. RGB value is (4,149,82). Sum of RGB (Red+Green+Blue) = 4+149+82=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 149 (58.59% from 255 or 63.40% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 149 - color contains mainly: green. Hex color #049552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049552 is #FB6AAD. Grayscale: #626262. Windows color (decimal): -16476846 or 5412100. OLE color: 5412100.

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

Color convert

RGB 4 149 82 -
CMYK 0.97 0 0.45 0.42
HSL 152.28º 0.95% 0.3% -
HSV(B) 152.28º 0.97% 0.58% -
XYZ 12.32 22.13 11.6 -
YUV 98.01 118.96 60.95 -
System Red Green Blue C M Y K H S L
Decimal 4 149 82 0.97 0 0.45 0.42 152.28 0.95 0.3
Hex 4 95 52 61 0 2D 2A 98 5F 1E
Octal 4 225 122 141 0 55 52 230 137 36
Binary 100 10010101 1010010 1100001 0 101101 101010 10011000 1011111 11110

Color Harmonies of #049552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049552

Black with #049552

Text Example


Text Example

White with #049552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049552; }

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

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

background-color css

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

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

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

border-color css

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

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

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