Html Css Color HEX #049541 Pigment Green

📋 copy color: '#049541'

red 4 ◦ green 149 ◦ blue 65

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

Shades of Pigment Green #049541

Tints of Pigment Green #049541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.82%

R = 1.83%
G = 68.35%
B = 29.82%

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

#049541 (or 0x049541) is known color: Pigment Green. HEX triplet: 04, 95 and 41. RGB value is (4,149,65). Sum of RGB (Red+Green+Blue) = 4+149+65=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 149 (58.59% from 255 or 68.35% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 149 - color contains mainly: green. Hex color #049541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049541 is #FB6ABE. Grayscale: #606060. Windows color (decimal): -16476863 or 4297988. OLE color: 4297988.

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

Color convert

RGB 4 149 65 -
CMYK 0.97 0 0.56 0.42
HSL 145.24º 0.95% 0.3% -
HSV(B) 145.24º 0.97% 0.58% -
XYZ 11.75 21.9 8.61 -
YUV 96.07 110.46 62.33 -
System Red Green Blue C M Y K H S L
Decimal 4 149 65 0.97 0 0.56 0.42 145.24 0.95 0.3
Hex 4 95 41 61 0 38 2A 91 5F 1E
Octal 4 225 101 141 0 70 52 221 137 36
Binary 100 10010101 1000001 1100001 0 111000 101010 10010001 1011111 11110

Color Harmonies of #049541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049541

Black with #049541

Text Example


Text Example

White with #049541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049541; }

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

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

background-color css

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

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

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

border-color css

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

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

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