Html Css Color HEX #049534 Pigment Green

📋 copy color: '#049534'

red 4 ◦ green 149 ◦ blue 52

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

Shades of Pigment Green #049534

Tints of Pigment Green #049534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 72.68%

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

R = 1.95%
G = 72.68%
B = 25.37%

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

#049534 (or 0x049534) is known color: Pigment Green. HEX triplet: 04, 95 and 34. RGB value is (4,149,52). Sum of RGB (Red+Green+Blue) = 4+149+52=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 149 (58.59% from 255 or 72.68% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 149 - color contains mainly: green. Hex color #049534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049534 is #FB6ACB. Grayscale: #5E5E5E. Windows color (decimal): -16476876 or 3446020. OLE color: 3446020.

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

Color convert

RGB 4 149 52 -
CMYK 0.97 0 0.65 0.42
HSL 139.86º 0.95% 0.3% -
HSV(B) 139.86º 0.97% 0.58% -
XYZ 11.42 21.77 6.85 -
YUV 94.59 103.96 63.39 -
System Red Green Blue C M Y K H S L
Decimal 4 149 52 0.97 0 0.65 0.42 139.86 0.95 0.3
Hex 4 95 34 61 0 41 2A 8C 5F 1E
Octal 4 225 64 141 0 101 52 214 137 36
Binary 100 10010101 110100 1100001 0 1000001 101010 10001100 1011111 11110

Color Harmonies of #049534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049534

Black with #049534

Text Example


Text Example

White with #049534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049534; }

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

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

background-color css

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

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

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

border-color css

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

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

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