#538F4B

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

Shades of Hippie Green #538F4B

Tints of Hippie Green #538F4B

Color information

#538F4B (or 0x538F4B) is unknown color: approx Hippie Green. HEX triplet: 53, 8F and 4B. RGB value is (83,143,75). Sum of RGB (Red+Green+Blue) = 83+143+75=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 143 - color contains mainly: green. Hex color #538F4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538F4B is #AC70B4. Grayscale: #757575. Windows color (decimal): -11301045 or 4951891. OLE color: 4951891.

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

Color convert

RGB8314375-
CMYK0.4200.480.44
HSL112.94º31.19%42.75%-
HSV(B)112.94º47.55%56.08%-
XYZ14.6621.9910.13-
YUV117.31104.12103.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.57%
GREEN value IS 143 (56.25% from 255) = 47.51%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=27.57%
G=47.51%
B=24.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83143750.4200.480.44112.9431.1942.75
Hex538F4B2A0302C711f2b
Octal12321711352060541613753
Binary10100111000111110010111010100110000101100111000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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