#538E59

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

Shades of Hippie Green #538E59

Tints of Hippie Green #538E59

Color information

#538E59 (or 0x538E59) is unknown color: approx Hippie Green. HEX triplet: 53, 8E and 59. RGB value is (83,142,89). Sum of RGB (Red+Green+Blue) = 83+142+89=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #538E59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E59 is #AC71A6. Grayscale: #767676. Windows color (decimal): -11301287 or 5869139. OLE color: 5869139.

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

Color convert

RGB8314289-
CMYK0.4200.370.44
HSL126.1º26.22%44.12%-
HSV(B)126.1º41.55%55.69%-
XYZ15.0421.9112.89-
YUV118.32111.45102.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 142 (55.86% from 255) = 45.22%
BLUE value IS 89 (35.16% from 255) = 28.34%
R=26.43%
G=45.22%
B=28.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83142890.4200.370.44126.126.2244.12
Hex538E592A0252C7e1a2c
Octal12321613152045541763254
Binary10100111000111010110011010100100101101100111111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538E59; }

 p { color: rgb(83,142,89); }

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

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

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

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

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

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

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