#539549

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

Shades of Hippie Green #539549

Tints of Hippie Green #539549

Color information

#539549 (or 0x539549) is unknown color: approx Hippie Green. HEX triplet: 53, 95 and 49. RGB value is (83,149,73). Sum of RGB (Red+Green+Blue) = 83+149+73=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #539549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539549 is #AC6AB6. Grayscale: #787878. Windows color (decimal): -11299511 or 4822355. OLE color: 4822355.

HSL color Cylindrical-coordinate representation of color #539549: hue angle of 112.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #539549 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB8314973-
CMYK0.4400.510.42
HSL112.11º34.23%43.53%-
HSV(B)112.11º51.01%58.43%-
XYZ15.5223.8110.08-
YUV120.6101.13101.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 149 (58.59% from 255) = 48.85%
BLUE value IS 73 (28.91% from 255) = 23.93%
R=27.21%
G=48.85%
B=23.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83149730.4400.510.42112.1134.2343.53
Hex5395492C0332A70222c
Octal12322511154063521604254
Binary101001110010101100100110110001100111010101110000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539549; }

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

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

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

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

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

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

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

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