#538C5B

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

Shades of Hippie Green #538C5B

Tints of Hippie Green #538C5B

Color information

#538C5B (or 0x538C5B) is unknown color: approx Hippie Green. HEX triplet: 53, 8C and 5B. RGB value is (83,140,91). Sum of RGB (Red+Green+Blue) = 83+140+91=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #538C5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538C5B is #AC73A4. Grayscale: #757575. Windows color (decimal): -11301797 or 5999699. OLE color: 5999699.

HSL color Cylindrical-coordinate representation of color #538C5B: hue angle of 128.42º 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 #538C5B is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB8314091-
CMYK0.4100.350.45
HSL128.42º25.56%43.73%-
HSV(B)128.42º40.71%54.9%-
XYZ14.8321.3513.24-
YUV117.37113.12103.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 140 (55.08% from 255) = 44.59%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=26.43%
G=44.59%
B=28.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83140910.4100.350.45128.4225.5643.73
Hex538C5B290232D801a2c
Octal12321413351043552003254
Binary101001110001100101101110100101000111011011000000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,140,91); }

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

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

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

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

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

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

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