Html Css Color HEX #53A548 Fruit Salad

📋 copy color: '#53A548'

red 83 ◦ green 165 ◦ blue 72

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

Shades of Fruit Salad #53A548

Tints of Fruit Salad #53A548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.56%

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

R = 25.94%
G = 51.56%
B = 22.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#53A548 (or 0x53A548) is known color: Fruit Salad. HEX triplet: 53, A5 and 48. RGB value is (83,165,72). Sum of RGB (Red+Green+Blue) = 83+165+72=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #53A548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A548 is #AC5AB7. Grayscale: #828282. Windows color (decimal): -11295416 or 4760915. OLE color: 4760915.

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

Color convert

RGB 83 165 72 -
CMYK 0.50 0 0.56 0.35
HSL 112.9º 0.39% 0.46% -
HSV(B) 112.9º 0.56% 0.65% -
XYZ 18.19 29.22 10.81 -
YUV 129.88 95.33 94.56 -
System Red Green Blue C M Y K H S L
Decimal 83 165 72 0.50 0 0.56 0.35 112.9 0.39 0.46
Hex 53 A5 48 32 0 38 23 71 27 2E
Octal 123 245 110 62 0 70 43 161 47 56
Binary 1010011 10100101 1001000 110010 0 111000 100011 1110001 100111 101110

Color Harmonies of #53A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A548

Black with #53A548

Text Example


Text Example

White with #53A548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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