Html Css Color HEX #049D4D Pigment Green

📋 copy color: '#049D4D'

red 4 ◦ green 157 ◦ blue 77

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

Shades of Pigment Green #049D4D

Tints of Pigment Green #049D4D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 65.97%

 BLUE value IS 77 (30.47% from 255) = 32.35%

R = 1.68%
G = 65.97%
B = 32.35%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#049D4D (or 0x049D4D) is known color: Pigment Green. HEX triplet: 04, 9D and 4D. RGB value is (4,157,77). Sum of RGB (Red+Green+Blue) = 4+157+77=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 157 (61.72% from 255 or 65.97% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 157 - color contains mainly: green. Hex color #049D4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049D4D is #FB62B2. Grayscale: #666666. Windows color (decimal): -16474803 or 5086468. OLE color: 5086468.

HSL color Cylindrical-coordinate representation of color #049D4D: hue angle of 148.63º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049D4D is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 157 77 -
CMYK 0.97 0 0.51 0.38
HSL 148.63º 0.95% 0.32% -
HSV(B) 148.63º 0.97% 0.62% -
XYZ 13.45 24.68 11.08 -
YUV 102.13 113.81 58 -
System Red Green Blue C M Y K H S L
Decimal 4 157 77 0.97 0 0.51 0.38 148.63 0.95 0.32
Hex 4 9D 4D 61 0 33 26 95 5F 20
Octal 4 235 115 141 0 63 46 225 137 40
Binary 100 10011101 1001101 1100001 0 110011 100110 10010101 1011111 100000

Color Harmonies of #049D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049D4D

Black with #049D4D

Text Example


Text Example

White with #049D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049D4D; }

 p { color: rgb(4,157,77); }

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

background-color css

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

 a { background-color: rgb(4,157,77); }

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

border-color css

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

 span { border-color: rgb(4,157,77); }

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