#539153

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

Shades of Hippie Green #539153

Tints of Hippie Green #539153

Color information

#539153 (or 0x539153) is unknown color: approx Hippie Green. HEX triplet: 53, 91 and 53. RGB value is (83,145,83). Sum of RGB (Red+Green+Blue) = 83+145+83=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #539153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539153 is #AC6EAC. Grayscale: #777777. Windows color (decimal): -11300525 or 5476691. OLE color: 5476691.

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

Color convert

RGB8314583-
CMYK0.4300.430.43
HSL120º27.19%44.71%-
HSV(B)120º42.76%56.86%-
XYZ15.2522.7111.76-
YUV119.39107.46102.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 83 (32.81% from 255) = 26.69%
R=26.69%
G=46.62%
B=26.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83145830.4300.430.4312027.1944.71
Hex5391532B02B2B781b2d
Octal12322112353053531703355
Binary10100111001000110100111010110101011101011111100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539153; }

 p { color: rgb(83,145,83); }

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

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

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

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

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

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

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