#538D59

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

Shades of Hippie Green #538D59

Tints of Hippie Green #538D59

Color information

#538D59 (or 0x538D59) is unknown color: approx Hippie Green. HEX triplet: 53, 8D and 59. RGB value is (83,141,89). Sum of RGB (Red+Green+Blue) = 83+141+89=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #538D59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538D59 is #AC72A6. Grayscale: #757575. Windows color (decimal): -11301543 or 5868883. OLE color: 5868883.

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

Color convert

RGB8314189-
CMYK0.4100.370.45
HSL126.21º25.89%43.92%-
HSV(B)126.21º41.13%55.29%-
XYZ14.921.6112.84-
YUV117.73111.78103.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 141 (55.47% from 255) = 45.05%
BLUE value IS 89 (35.16% from 255) = 28.43%
R=26.52%
G=45.05%
B=28.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83141890.4100.370.45126.2125.8943.92
Hex538D59290252D7e1a2c
Octal12321513151045551763254
Binary10100111000110110110011010010100101101101111111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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