#53984E

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

Shades of Fruit Salad #53984E

Tints of Fruit Salad #53984E

Color information

#53984E (or 0x53984E) is unknown color: approx Fruit Salad. HEX triplet: 53, 98 and 4E. RGB value is (83,152,78). Sum of RGB (Red+Green+Blue) = 83+152+78=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #53984E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53984E is #AC67B1. Grayscale: #7B7B7B. Windows color (decimal): -11298738 or 5150803. OLE color: 5150803.

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

Color convert

RGB8315278-
CMYK0.4500.490.40
HSL115.95º32.17%45.1%-
HSV(B)115.95º48.68%59.61%-
XYZ16.1724.8511.15-
YUV122.93102.6499.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 152 (59.77% from 255) = 48.56%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=26.52%
G=48.56%
B=24.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83152780.4500.490.40115.9532.1745.1
Hex53984E2D0312874202d
Octal12323011655061501644055
Binary101001110011000100111010110101100011010001110100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53984E; }

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

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

<style>
 a { background-color: #53984E; }

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

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

<style>
 span { border-color: #53984E; }

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

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