Html Css Color HEX #53AC49 Fruit Salad

📋 copy color: '#53AC49'

red 83 ◦ green 172 ◦ blue 73

#53AC49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #53AC49

Tints of Fruit Salad #53AC49

RGB

 RED value IS 83 (32.81% from 255) = 25.3%

 GREEN value IS 172 (67.58% from 255) = 52.44%

 BLUE value IS 73 (28.91% from 255) = 22.26%

R = 25.3%
G = 52.44%
B = 22.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#53AC49 (or 0x53AC49) is known color: Fruit Salad. HEX triplet: 53, AC and 49. RGB value is (83,172,73). Sum of RGB (Red+Green+Blue) = 83+172+73=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AC49 is #AC53B6. Grayscale: #868686. Windows color (decimal): -11293623 or 4828243. OLE color: 4828243.

HSL color Cylindrical-coordinate representation of color #53AC49: hue angle of 113.94º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53AC49 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 172 73 -
CMYK 0.52 0 0.58 0.33
HSL 113.94º 0.4% 0.48% -
HSV(B) 113.94º 0.58% 0.67% -
XYZ 19.52 31.83 11.42 -
YUV 134.1 93.51 91.55 -
System Red Green Blue C M Y K H S L
Decimal 83 172 73 0.52 0 0.58 0.33 113.94 0.4 0.48
Hex 53 AC 49 34 0 3A 21 72 28 30
Octal 123 254 111 64 0 72 41 162 50 60
Binary 1010011 10101100 1001001 110100 0 111010 100001 1110010 101000 110000

Color Harmonies of #53AC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AC49

Black with #53AC49

Text Example


Text Example

White with #53AC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53AC49;
 }
 .AnyTagClassName
 {
   color: #53AC49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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