Html Css Color HEX #049649 Pigment Green

📋 copy color: '#049649'

red 4 ◦ green 150 ◦ blue 73

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

Shades of Pigment Green #049649

Tints of Pigment Green #049649

RGB

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

 GREEN value IS 150 (58.98% from 255) = 66.08%

 BLUE value IS 73 (28.91% from 255) = 32.16%

R = 1.76%
G = 66.08%
B = 32.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#049649 (or 0x049649) is known color: Pigment Green. HEX triplet: 04, 96 and 49. RGB value is (4,150,73). Sum of RGB (Red+Green+Blue) = 4+150+73=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #049649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049649 is #FB69B6. Grayscale: #616161. Windows color (decimal): -16476599 or 4822532. OLE color: 4822532.

HSL color Cylindrical-coordinate representation of color #049649: hue angle of 148.36º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049649 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 150 73 -
CMYK 0.97 0 0.51 0.41
HSL 148.36º 0.95% 0.3% -
HSV(B) 148.36º 0.97% 0.59% -
XYZ 12.16 22.32 9.97 -
YUV 97.57 114.13 61.26 -
System Red Green Blue C M Y K H S L
Decimal 4 150 73 0.97 0 0.51 0.41 148.36 0.95 0.3
Hex 4 96 49 61 0 33 29 94 5F 1E
Octal 4 226 111 141 0 63 51 224 137 36
Binary 100 10010110 1001001 1100001 0 110011 101001 10010100 1011111 11110

Color Harmonies of #049649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049649

Black with #049649

Text Example


Text Example

White with #049649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049649; }

 p { color: rgb(4,150,73); }

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

background-color css

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

 a { background-color: rgb(4,150,73); }

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

border-color css

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

 span { border-color: rgb(4,150,73); }

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