#538E4B

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

Shades of Hippie Green #538E4B

Tints of Hippie Green #538E4B

Color information

#538E4B (or 0x538E4B) is unknown color: approx Hippie Green. HEX triplet: 53, 8E and 4B. RGB value is (83,142,75). Sum of RGB (Red+Green+Blue) = 83+142+75=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 142 (55.86% from 255 or 47.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 142 - color contains mainly: green. Hex color #538E4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538E4B is #AC71B4. Grayscale: #747474. Windows color (decimal): -11301301 or 4951635. OLE color: 4951635.

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

Color convert

RGB8314275-
CMYK0.4200.470.44
HSL112.84º30.88%42.55%-
HSV(B)112.84º47.18%55.69%-
XYZ14.5121.6910.08-
YUV116.72104.45103.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 142 (55.86% from 255) = 47.33%
BLUE value IS 75 (29.69% from 255) = 25%
R=27.67%
G=47.33%
B=25%

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
Decimal83142750.4200.470.44112.8430.8842.55
Hex538E4B2A02F2C711f2b
Octal12321611352057541613753
Binary10100111000111010010111010100101111101100111000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,142,75); }

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

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

 a { background-color: rgb(83,142,75); }

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

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

 span { border-color: rgb(83,142,75); }

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