#539049

Color #539049 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #539049

Tints of Hippie Green #539049

Color information

#539049 (or 0x539049) is unknown color: approx Hippie Green. HEX triplet: 53, 90 and 49. RGB value is (83,144,73). Sum of RGB (Red+Green+Blue) = 83+144+73=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #539049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539049 is #AC6FB6. Grayscale: #757575. Windows color (decimal): -11300791 or 4821075. OLE color: 4821075.

HSL color Cylindrical-coordinate representation of color #539049: hue angle of 111.55º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #539049 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB8314473-
CMYK0.4200.490.44
HSL111.55º32.72%42.55%-
HSV(B)111.55º49.31%56.47%-
XYZ14.7422.279.82-
YUV117.67102.79103.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 144 (56.64% from 255) = 48%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=27.67%
G=48%
B=24.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83144730.4200.490.44111.5532.7242.55
Hex5390492A0312C70212b
Octal12322011152061541604153
Binary101001110010000100100110101001100011011001110000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539049; }

 p { color: rgb(83,144,73); }

 H1.HeaderClassName
 {
   color: #539049;
 }
 .AnyTagClassName
 {
   color: #539049;
 }
</style>
background-color css

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

 a { background-color: rgb(83,144,73); }

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

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

 span { border-color: rgb(83,144,73); }

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