Html Css Color HEX #53A448 Fruit Salad

📋 copy color: '#53A448'

red 83 ◦ green 164 ◦ blue 72

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

Shades of Fruit Salad #53A448

Tints of Fruit Salad #53A448

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.41%

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 26.02%
G = 51.41%
B = 22.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#53A448 (or 0x53A448) is known color: Fruit Salad. HEX triplet: 53, A4 and 48. RGB value is (83,164,72). Sum of RGB (Red+Green+Blue) = 83+164+72=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #53A448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A448 is #AC5BB7. Grayscale: #818181. Windows color (decimal): -11295672 or 4760659. OLE color: 4760659.

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

Color convert

RGB 83 164 72 -
CMYK 0.49 0 0.56 0.36
HSL 112.83º 0.39% 0.46% -
HSV(B) 112.83º 0.56% 0.64% -
XYZ 18.01 28.86 10.75 -
YUV 129.29 95.66 94.98 -
System Red Green Blue C M Y K H S L
Decimal 83 164 72 0.49 0 0.56 0.36 112.83 0.39 0.46
Hex 53 A4 48 31 0 38 24 71 27 2E
Octal 123 244 110 61 0 70 44 161 47 56
Binary 1010011 10100100 1001000 110001 0 111000 100100 1110001 100111 101110

Color Harmonies of #53A448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A448

Black with #53A448

Text Example


Text Example

White with #53A448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,164,72); }

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

background-color css

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

 a { background-color: rgb(83,164,72); }

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

border-color css

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

 span { border-color: rgb(83,164,72); }

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