Html Css Color HEX #049246 Pigment Green

📋 copy color: '#049246'

red 4 ◦ green 146 ◦ blue 70

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

Shades of Pigment Green #049246

Tints of Pigment Green #049246

RGB

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

 GREEN value IS 146 (57.42% from 255) = 66.36%

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

R = 1.82%
G = 66.36%
B = 31.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#049246 (or 0x049246) is known color: Pigment Green. HEX triplet: 04, 92 and 46. RGB value is (4,146,70). Sum of RGB (Red+Green+Blue) = 4+146+70=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 146 (57.42% from 255 or 66.36% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 146 - color contains mainly: green. Hex color #049246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049246 is #FB6DB9. Grayscale: #5F5F5F. Windows color (decimal): -16477626 or 4624900. OLE color: 4624900.

HSL color Cylindrical-coordinate representation of color #049246: hue angle of 147.89º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049246 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 146 70 -
CMYK 0.97 0 0.52 0.43
HSL 147.89º 0.95% 0.29% -
HSV(B) 147.89º 0.97% 0.57% -
XYZ 11.43 21.03 9.25 -
YUV 94.88 113.96 63.18 -
System Red Green Blue C M Y K H S L
Decimal 4 146 70 0.97 0 0.52 0.43 147.89 0.95 0.29
Hex 4 92 46 61 0 34 2B 94 5F 1D
Octal 4 222 106 141 0 64 53 224 137 35
Binary 100 10010010 1000110 1100001 0 110100 101011 10010100 1011111 11101

Color Harmonies of #049246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049246

Black with #049246

Text Example


Text Example

White with #049246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049246; }

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

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

background-color css

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

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

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

border-color css

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

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

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