#539056

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

Shades of Hippie Green #539056

Tints of Hippie Green #539056

Color information

#539056 (or 0x539056) is unknown color: approx Hippie Green. HEX triplet: 53, 90 and 56. RGB value is (83,144,86). Sum of RGB (Red+Green+Blue) = 83+144+86=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #539056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539056 is #AC6FA9. Grayscale: #777777. Windows color (decimal): -11300778 or 5673043. OLE color: 5673043.

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

Color convert

RGB8314486-
CMYK0.4200.400.44
HSL122.95º26.87%44.51%-
HSV(B)122.95º42.36%56.47%-
XYZ15.2222.4612.34-
YUV119.15109.29102.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=26.52%
G=46.01%
B=27.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83144860.4200.400.44122.9526.8744.51
Hex5390562A0282C7b1b2d
Octal12322012652050541733355
Binary10100111001000010101101010100101000101100111101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539056; }

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

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

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

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

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

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

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

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