Html Css Color HEX #049946 Pigment Green

📋 copy color: '#049946'

red 4 ◦ green 153 ◦ blue 70

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

Shades of Pigment Green #049946

Tints of Pigment Green #049946

RGB

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

 GREEN value IS 153 (60.16% from 255) = 67.4%

 BLUE value IS 70 (27.73% from 255) = 30.84%

R = 1.76%
G = 67.4%
B = 30.84%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#049946 (or 0x049946) is known color: Pigment Green. HEX triplet: 04, 99 and 46. RGB value is (4,153,70). Sum of RGB (Red+Green+Blue) = 4+153+70=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 153 (60.16% from 255 or 67.40% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 153 - color contains mainly: green. Hex color #049946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049946 is #FB66B9. Grayscale: #636363. Windows color (decimal): -16475834 or 4626692. OLE color: 4626692.

HSL color Cylindrical-coordinate representation of color #049946: hue angle of 146.58º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049946 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 153 70 -
CMYK 0.97 0 0.54 0.4
HSL 146.58º 0.95% 0.31% -
HSV(B) 146.58º 0.97% 0.6% -
XYZ 12.55 23.25 9.62 -
YUV 98.99 111.64 60.25 -
System Red Green Blue C M Y K H S L
Decimal 4 153 70 0.97 0 0.54 0.4 146.58 0.95 0.31
Hex 4 99 46 61 0 36 28 93 5F 1F
Octal 4 231 106 141 0 66 50 223 137 37
Binary 100 10011001 1000110 1100001 0 110110 101000 10010011 1011111 11111

Color Harmonies of #049946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049946

Black with #049946

Text Example


Text Example

White with #049946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049946; }

 p { color: rgb(4,153,70); }

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

background-color css

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

 a { background-color: rgb(4,153,70); }

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

border-color css

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

 span { border-color: rgb(4,153,70); }

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