#538B51

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

Shades of Hippie Green #538B51

Tints of Hippie Green #538B51

Color information

#538B51 (or 0x538B51) is unknown color: approx Hippie Green. HEX triplet: 53, 8B and 51. RGB value is (83,139,81). Sum of RGB (Red+Green+Blue) = 83+139+81=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #538B51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B51 is #AC74AE. Grayscale: #737373. Windows color (decimal): -11302063 or 5344083. OLE color: 5344083.

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

Color convert

RGB8313981-
CMYK0.4000.420.45
HSL117.93º26.36%43.14%-
HSV(B)117.93º41.73%54.51%-
XYZ14.2920.911.07-
YUV115.64108.45104.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 139 (54.69% from 255) = 45.87%
BLUE value IS 81 (32.03% from 255) = 26.73%
R=27.39%
G=45.87%
B=26.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83139810.4000.420.45117.9326.3643.14
Hex538B512802A2D761a2b
Octal12321312150052551663253
Binary10100111000101110100011010000101010101101111011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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