#539152

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

Shades of Hippie Green #539152

Tints of Hippie Green #539152

Color information

#539152 (or 0x539152) is unknown color: approx Hippie Green. HEX triplet: 53, 91 and 52. RGB value is (83,145,82). Sum of RGB (Red+Green+Blue) = 83+145+82=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #539152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539152 is #AC6EAD. Grayscale: #777777. Windows color (decimal): -11300526 or 5411155. OLE color: 5411155.

HSL color Cylindrical-coordinate representation of color #539152: hue angle of 119.05º degrees, saturation: 0.28, 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 #539152 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB8314582-
CMYK0.4300.430.43
HSL119.05º27.75%44.51%-
HSV(B)119.05º43.45%56.86%-
XYZ15.2222.711.56-
YUV119.28106.96102.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 145 (57.03% from 255) = 46.77%
BLUE value IS 82 (32.42% from 255) = 26.45%
R=26.77%
G=46.77%
B=26.45%

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
Decimal83145820.4300.430.43119.0527.7544.51
Hex5391522B02B2B771c2d
Octal12322112253053531673455
Binary10100111001000110100101010110101011101011111011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539152; }

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

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

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

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

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

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

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

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