#53985B

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

Shades of Fruit Salad #53985B

Tints of Fruit Salad #53985B

Color information

#53985B (or 0x53985B) is unknown color: approx Fruit Salad. HEX triplet: 53, 98 and 5B. RGB value is (83,152,91). Sum of RGB (Red+Green+Blue) = 83+152+91=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #53985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53985B is #AC67A4. Grayscale: #7C7C7C. Windows color (decimal): -11298725 or 6002771. OLE color: 6002771.

HSL color Cylindrical-coordinate representation of color #53985B: hue angle of 126.96º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53985B is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB8315291-
CMYK0.4500.400.40
HSL126.96º29.36%46.08%-
HSV(B)126.96º45.39%59.61%-
XYZ16.6825.0513.85-
YUV124.42109.1498.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 152 (59.77% from 255) = 46.63%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=25.46%
G=46.63%
B=27.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83152910.4500.400.40126.9629.3646.08
Hex53985B2D028287f1d2e
Octal12323013355050501773556
Binary10100111001100010110111011010101000101000111111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53985B; }

 p { color: rgb(83,152,91); }

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

<style>
 a { background-color: #53985B; }

 a { background-color: rgb(83,152,91); }

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

<style>
 span { border-color: #53985B; }

 span { border-color: rgb(83,152,91); }

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