Html Css Color HEX #049334 Pigment Green

📋 copy color: '#049334'

red 4 ◦ green 147 ◦ blue 52

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

Shades of Pigment Green #049334

Tints of Pigment Green #049334

RGB

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

 GREEN value IS 147 (57.81% from 255) = 72.41%

 BLUE value IS 52 (20.7% from 255) = 25.62%

R = 1.97%
G = 72.41%
B = 25.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#049334 (or 0x049334) is known color: Pigment Green. HEX triplet: 04, 93 and 34. RGB value is (4,147,52). Sum of RGB (Red+Green+Blue) = 4+147+52=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 147 (57.81% from 255 or 72.41% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 147 - color contains mainly: green. Hex color #049334 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049334 is #FB6CCB. Grayscale: #5D5D5D. Windows color (decimal): -16477388 or 3445508. OLE color: 3445508.

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

Color convert

RGB 4 147 52 -
CMYK 0.97 0 0.65 0.42
HSL 140.14º 0.95% 0.3% -
HSV(B) 140.14º 0.97% 0.58% -
XYZ 11.1 21.14 6.74 -
YUV 93.41 104.62 64.22 -
System Red Green Blue C M Y K H S L
Decimal 4 147 52 0.97 0 0.65 0.42 140.14 0.95 0.3
Hex 4 93 34 61 0 41 2A 8C 5F 1E
Octal 4 223 64 141 0 101 52 214 137 36
Binary 100 10010011 110100 1100001 0 1000001 101010 10001100 1011111 11110

Color Harmonies of #049334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049334

Black with #049334

Text Example


Text Example

White with #049334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049334; }

 p { color: rgb(4,147,52); }

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

background-color css

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

 a { background-color: rgb(4,147,52); }

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

border-color css

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

 span { border-color: rgb(4,147,52); }

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