#53994D

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

Shades of Fruit Salad #53994D

Tints of Fruit Salad #53994D

Color information

#53994D (or 0x53994D) is unknown color: approx Fruit Salad. HEX triplet: 53, 99 and 4D. RGB value is (83,153,77). Sum of RGB (Red+Green+Blue) = 83+153+77=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #53994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53994D is #AC66B2. Grayscale: #7B7B7B. Windows color (decimal): -11298483 or 5085523. OLE color: 5085523.

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

Color convert

RGB8315377-
CMYK0.4600.500.4
HSL115.26º33.04%45.1%-
HSV(B)115.26º49.67%60%-
XYZ16.325.1611.02-
YUV123.41101.8199.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=26.52%
G=48.88%
B=24.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83153770.4600.500.4115.2633.0445.1
Hex53994D2E0322873212d
Octal12323111556062501634155
Binary101001110011001100110110111001100101010001110011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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