#53995D

Color #53995D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #53995D

Tints of Fruit Salad #53995D

Color information

#53995D (or 0x53995D) is unknown color: approx Fruit Salad. HEX triplet: 53, 99 and 5D. RGB value is (83,153,93). Sum of RGB (Red+Green+Blue) = 83+153+93=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #53995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53995D is #AC66A2. Grayscale: #7D7D7D. Windows color (decimal): -11298467 or 6134099. OLE color: 6134099.

HSL color Cylindrical-coordinate representation of color #53995D: hue angle of 128.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53995D is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB8315393-
CMYK0.4600.390.4
HSL128.57º29.66%46.27%-
HSV(B)128.57º45.75%60%-
XYZ16.9325.4114.37-
YUV125.23109.8197.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 153 (60.16% from 255) = 46.50%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=25.23%
G=46.50%
B=28.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83153930.4600.390.4128.5729.6646.27
Hex53995D2E02728811e2e
Octal12323113556047502013656
Binary101001110011001101110110111001001111010001000000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53995D; }

 p { color: rgb(83,153,93); }

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

<style>
 a { background-color: #53995D; }

 a { background-color: rgb(83,153,93); }

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

<style>
 span { border-color: #53995D; }

 span { border-color: rgb(83,153,93); }

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