#53AF49

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

Shades of Fruit Salad #53AF49

Tints of Fruit Salad #53AF49

Color information

#53AF49 (or 0x53AF49) is unknown color: approx Fruit Salad. HEX triplet: 53, AF and 49. RGB value is (83,175,73). Sum of RGB (Red+Green+Blue) = 83+175+73=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AF49 is #AC50B6. Grayscale: #888888. Windows color (decimal): -11292855 or 4829011. OLE color: 4829011.

HSL color Cylindrical-coordinate representation of color #53AF49: hue angle of 114.12º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53AF49 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB8317573-
CMYK0.5300.580.31
HSL114.12º41.13%48.63%-
HSV(B)114.12º58.29%68.63%-
XYZ20.132.9811.61-
YUV135.8692.5290.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.08%
GREEN value IS 175 (68.75% from 255) = 52.87%
BLUE value IS 73 (28.91% from 255) = 22.05%
R=25.08%
G=52.87%
B=22.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83175730.5300.580.31114.1241.1348.63
Hex53AF493503A1F722931
Octal12325711165072371625161
Binary10100111010111110010011101010111010111111110010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,175,73); }

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

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

 a { background-color: rgb(83,175,73); }

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

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

 span { border-color: rgb(83,175,73); }

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