Html Css Color HEX #53A748 Fruit Salad

📋 copy color: '#53A748'

red 83 ◦ green 167 ◦ blue 72

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

Shades of Fruit Salad #53A748

Tints of Fruit Salad #53A748

RGB

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

 GREEN value IS 167 (65.63% from 255) = 51.86%

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

R = 25.78%
G = 51.86%
B = 22.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#53A748 (or 0x53A748) is known color: Fruit Salad. HEX triplet: 53, A7 and 48. RGB value is (83,167,72). Sum of RGB (Red+Green+Blue) = 83+167+72=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 167 (65.62% from 255 or 51.86% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 167 - color contains mainly: green. Hex color #53A748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A748 is #AC58B7. Grayscale: #838383. Windows color (decimal): -11294904 or 4761427. OLE color: 4761427.

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

Color convert

RGB 83 167 72 -
CMYK 0.50 0 0.57 0.35
HSL 113.05º 0.4% 0.47% -
HSV(B) 113.05º 0.57% 0.65% -
XYZ 18.56 29.94 10.93 -
YUV 131.05 94.67 93.72 -
System Red Green Blue C M Y K H S L
Decimal 83 167 72 0.50 0 0.57 0.35 113.05 0.4 0.47
Hex 53 A7 48 32 0 39 23 71 28 2F
Octal 123 247 110 62 0 71 43 161 50 57
Binary 1010011 10100111 1001000 110010 0 111001 100011 1110001 101000 101111

Color Harmonies of #53A748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A748

Black with #53A748

Text Example


Text Example

White with #53A748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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