#53984B

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

Shades of Fruit Salad #53984B

Tints of Fruit Salad #53984B

Color information

#53984B (or 0x53984B) is unknown color: approx Fruit Salad. HEX triplet: 53, 98 and 4B. RGB value is (83,152,75). Sum of RGB (Red+Green+Blue) = 83+152+75=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #53984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53984B is #AC67B4. Grayscale: #7A7A7A. Windows color (decimal): -11298741 or 4954195. OLE color: 4954195.

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

Color convert

RGB8315275-
CMYK0.4500.510.40
HSL113.77º33.92%44.51%-
HSV(B)113.77º50.66%59.61%-
XYZ16.0724.810.6-
YUV122.59101.1499.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 152 (59.77% from 255) = 49.03%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=26.77%
G=49.03%
B=24.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83152750.4500.510.40113.7733.9244.51
Hex53984B2D0332872222d
Octal12323011355063501624255
Binary101001110011000100101110110101100111010001110010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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