#538B58

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

Shades of Hippie Green #538B58

Tints of Hippie Green #538B58

Color information

#538B58 (or 0x538B58) is unknown color: approx Hippie Green. HEX triplet: 53, 8B and 58. RGB value is (83,139,88). Sum of RGB (Red+Green+Blue) = 83+139+88=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #538B58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B58 is #AC74A7. Grayscale: #747474. Windows color (decimal): -11302056 or 5802835. OLE color: 5802835.

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

Color convert

RGB8313988-
CMYK0.4000.370.45
HSL125.36º25.23%43.53%-
HSV(B)125.36º40.29%54.51%-
XYZ14.5621.0112.52-
YUV116.44111.95104.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 88 (34.77% from 255) = 28.39%
R=26.77%
G=44.84%
B=28.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83139880.4000.370.45125.3625.2343.53
Hex538B58280252D7d192c
Octal12321313050045551753154
Binary10100111000101110110001010000100101101101111110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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