#53A744

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

Shades of Fruit Salad #53A744

Tints of Fruit Salad #53A744

Color information

#53A744 (or 0x53A744) is unknown color: approx Fruit Salad. HEX triplet: 53, A7 and 44. RGB value is (83,167,68). Sum of RGB (Red+Green+Blue) = 83+167+68=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 167 (65.62% from 255 or 52.52% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 167 - color contains mainly: green. Hex color #53A744 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A744 is #AC58BB. Grayscale: #828282. Windows color (decimal): -11294908 or 4499283. OLE color: 4499283.

HSL color Cylindrical-coordinate representation of color #53A744: hue angle of 110.91º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53A744 is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB8316768-
CMYK0.5000.590.35
HSL110.91º42.13%46.08%-
HSV(B)110.91º59.28%65.49%-
XYZ18.4329.8910.27-
YUV130.692.6794.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 167 (65.62% from 255) = 52.52%
BLUE value IS 68 (26.95% from 255) = 21.38%
R=26.10%
G=52.52%
B=21.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83167680.5000.590.35110.9142.1346.08
Hex53A7443203B236f2a2e
Octal12324710462073431575256
Binary101001110100111100010011001001110111000111101111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A744; }

 p { color: rgb(83,167,68); }

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

<style>
 a { background-color: #53A744; }

 a { background-color: rgb(83,167,68); }

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

<style>
 span { border-color: #53A744; }

 span { border-color: rgb(83,167,68); }

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