#538f4c

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

Shades of Hippie Green #538F4C

Tints of Hippie Green #538F4C

Color information

#538F4C (or 0x538F4C) is unknown color: approx Hippie Green. HEX triplet: 53, 8F and 4C. RGB value is (83,143,76). Sum of RGB (Red+Green+Blue) = 83+143+76=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 143 - color contains mainly: green. Hex color #538F4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538F4C is #AC70B3. Grayscale: #757575. Windows color (decimal): -11301044 or 5017427. OLE color: 5017427.

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

Color convert

RGB8314376-
CMYK0.4200.470.44
HSL113.73º30.59%42.94%-
HSV(B)113.73º46.85%56.08%-
XYZ14.6922.0110.31-
YUV117.42104.62103.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 143 (56.25% from 255) = 47.35%
BLUE value IS 76 (30.08% from 255) = 25.17%
R=27.48%
G=47.35%
B=25.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83143760.4200.470.44113.7330.5942.94
Hex538F4C2A02F2C721f2b
Octal12321711452057541623753
Binary10100111000111110011001010100101111101100111001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538f4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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