Html Css Color HEX #53A047 Fruit Salad

📋 copy color: '#53A047'

red 83 ◦ green 160 ◦ blue 71

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

Shades of Fruit Salad #53A047

Tints of Fruit Salad #53A047

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.96%

 BLUE value IS 71 (28.13% from 255) = 22.61%

R = 26.43%
G = 50.96%
B = 22.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#53A047 (or 0x53A047) is known color: Fruit Salad. HEX triplet: 53, A0 and 47. RGB value is (83,160,71). Sum of RGB (Red+Green+Blue) = 83+160+71=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #53A047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A047 is #AC5FB8. Grayscale: #7F7F7F. Windows color (decimal): -11296697 or 4694099. OLE color: 4694099.

HSL color Cylindrical-coordinate representation of color #53A047: hue angle of 111.91º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53A047 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 160 71 -
CMYK 0.48 0 0.56 0.37
HSL 111.91º 0.39% 0.45% -
HSV(B) 111.91º 0.56% 0.63% -
XYZ 17.28 27.44 10.35 -
YUV 126.83 96.49 96.74 -
System Red Green Blue C M Y K H S L
Decimal 83 160 71 0.48 0 0.56 0.37 111.91 0.39 0.45
Hex 53 A0 47 30 0 38 25 70 27 2D
Octal 123 240 107 60 0 70 45 160 47 55
Binary 1010011 10100000 1000111 110000 0 111000 100101 1110000 100111 101101

Color Harmonies of #53A047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A047

Black with #53A047

Text Example


Text Example

White with #53A047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,160,71); }

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

background-color css

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

 a { background-color: rgb(83,160,71); }

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

border-color css

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

 span { border-color: rgb(83,160,71); }

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