#538F54

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

Shades of Hippie Green #538F54

Tints of Hippie Green #538F54

Color information

#538F54 (or 0x538F54) is unknown color: approx Hippie Green. HEX triplet: 53, 8F and 54. RGB value is (83,143,84). Sum of RGB (Red+Green+Blue) = 83+143+84=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 143 - color contains mainly: green. Hex color #538F54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F54 is #AC70AB. Grayscale: #767676. Windows color (decimal): -11301036 or 5541715. OLE color: 5541715.

HSL color Cylindrical-coordinate representation of color #538F54: hue angle of 121º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538F54 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB8314384-
CMYK0.4200.410.44
HSL121º26.55%44.31%-
HSV(B)121º41.96%56.08%-
XYZ14.9922.1211.87-
YUV118.33108.62102.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 143 (56.25% from 255) = 46.13%
BLUE value IS 84 (33.20% from 255) = 27.10%
R=26.77%
G=46.13%
B=27.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83143840.4200.410.4412126.5544.31
Hex538F542A0292C791b2c
Octal12321712452051541713354
Binary10100111000111110101001010100101001101100111100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,143,84); }

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

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

 a { background-color: rgb(83,143,84); }

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

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

 span { border-color: rgb(83,143,84); }

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