#538B5A

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

Shades of Hippie Green #538B5A

Tints of Hippie Green #538B5A

Color information

#538B5A (or 0x538B5A) is unknown color: approx Hippie Green. HEX triplet: 53, 8B and 5A. RGB value is (83,139,90). Sum of RGB (Red+Green+Blue) = 83+139+90=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #538B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B5A is #AC74A5. Grayscale: #747474. Windows color (decimal): -11302054 or 5933907. OLE color: 5933907.

HSL color Cylindrical-coordinate representation of color #538B5A: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B5A is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB8313990-
CMYK0.4000.350.45
HSL127.5º25.23%43.53%-
HSV(B)127.5º40.29%54.51%-
XYZ14.6521.0412.96-
YUV116.67112.95103.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 139 (54.69% from 255) = 44.55%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=26.60%
G=44.55%
B=28.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83139900.4000.350.45127.525.2343.53
Hex538B5A280232D80192c
Octal12321313250043552003154
Binary101001110001011101101010100001000111011011000000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,139,90); }

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

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

 a { background-color: rgb(83,139,90); }

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

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

 span { border-color: rgb(83,139,90); }

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