Html Css Color HEX #53A349 Fruit Salad

📋 copy color: '#53A349'

red 83 ◦ green 163 ◦ blue 73

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

Shades of Fruit Salad #53A349

Tints of Fruit Salad #53A349

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.1%

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

R = 26.02%
G = 51.1%
B = 22.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#53A349 (or 0x53A349) is known color: Fruit Salad. HEX triplet: 53, A3 and 49. RGB value is (83,163,73). Sum of RGB (Red+Green+Blue) = 83+163+73=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #53A349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A349 is #AC5CB6. Grayscale: #818181. Windows color (decimal): -11295927 or 4825939. OLE color: 4825939.

HSL color Cylindrical-coordinate representation of color #53A349: hue angle of 113.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53A349 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 163 73 -
CMYK 0.49 0 0.55 0.36
HSL 113.33º 0.38% 0.46% -
HSV(B) 113.33º 0.55% 0.64% -
XYZ 17.87 28.51 10.87 -
YUV 128.82 96.5 95.32 -
System Red Green Blue C M Y K H S L
Decimal 83 163 73 0.49 0 0.55 0.36 113.33 0.38 0.46
Hex 53 A3 49 31 0 37 24 71 26 2E
Octal 123 243 111 61 0 67 44 161 46 56
Binary 1010011 10100011 1001001 110001 0 110111 100100 1110001 100110 101110

Color Harmonies of #53A349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A349

Black with #53A349

Text Example


Text Example

White with #53A349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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