#538F56

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

Shades of Hippie Green #538F56

Tints of Hippie Green #538F56

Color information

#538F56 (or 0x538F56) is unknown color: approx Hippie Green. HEX triplet: 53, 8F and 56. RGB value is (83,143,86). Sum of RGB (Red+Green+Blue) = 83+143+86=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 143 - color contains mainly: green. Hex color #538F56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F56 is #AC70A9. Grayscale: #767676. Windows color (decimal): -11301034 or 5672787. OLE color: 5672787.

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

Color convert

RGB8314386-
CMYK0.4200.400.44
HSL123º26.55%44.31%-
HSV(B)123º41.96%56.08%-
XYZ15.0722.1612.29-
YUV118.56109.62102.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 143 (56.25% from 255) = 45.83%
BLUE value IS 86 (33.98% from 255) = 27.56%
R=26.60%
G=45.83%
B=27.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83143860.4200.400.4412326.5544.31
Hex538F562A0282C7b1b2c
Octal12321712652050541733354
Binary10100111000111110101101010100101000101100111101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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