Html Css Color HEX #049542 Pigment Green

📋 copy color: '#049542'

red 4 ◦ green 149 ◦ blue 66

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

Shades of Pigment Green #049542

Tints of Pigment Green #049542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.14%

R = 1.83%
G = 68.04%
B = 30.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#049542 (or 0x049542) is known color: Pigment Green. HEX triplet: 04, 95 and 42. RGB value is (4,149,66). Sum of RGB (Red+Green+Blue) = 4+149+66=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 149 (58.59% from 255 or 68.04% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 149 - color contains mainly: green. Hex color #049542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049542 is #FB6ABD. Grayscale: #606060. Windows color (decimal): -16476862 or 4363524. OLE color: 4363524.

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

Color convert

RGB 4 149 66 -
CMYK 0.97 0 0.56 0.42
HSL 145.66º 0.95% 0.3% -
HSV(B) 145.66º 0.97% 0.58% -
XYZ 11.78 21.91 8.76 -
YUV 96.18 110.96 62.25 -
System Red Green Blue C M Y K H S L
Decimal 4 149 66 0.97 0 0.56 0.42 145.66 0.95 0.3
Hex 4 95 42 61 0 38 2A 92 5F 1E
Octal 4 225 102 141 0 70 52 222 137 36
Binary 100 10010101 1000010 1100001 0 111000 101010 10010010 1011111 11110

Color Harmonies of #049542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049542

Black with #049542

Text Example


Text Example

White with #049542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049542; }

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

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

background-color css

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

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

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

border-color css

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

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

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