Html Css Color HEX #53A45A Fruit Salad

📋 copy color: '#53A45A'

red 83 ◦ green 164 ◦ blue 90

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

Shades of Fruit Salad #53A45A

Tints of Fruit Salad #53A45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.71%

R = 24.63%
G = 48.66%
B = 26.71%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#53A45A (or 0x53A45A) is known color: Fruit Salad. HEX triplet: 53, A4 and 5A. RGB value is (83,164,90). Sum of RGB (Red+Green+Blue) = 83+164+90=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #53A45A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A45A is #AC5BA5. Grayscale: #838383. Windows color (decimal): -11295654 or 5940307. OLE color: 5940307.

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

Color convert

RGB 83 164 90 -
CMYK 0.49 0 0.45 0.36
HSL 125.19º 0.33% 0.48% -
HSV(B) 125.19º 0.49% 0.64% -
XYZ 18.69 29.13 14.31 -
YUV 131.35 104.66 93.52 -
System Red Green Blue C M Y K H S L
Decimal 83 164 90 0.49 0 0.45 0.36 125.19 0.33 0.48
Hex 53 A4 5A 31 0 2D 24 7D 21 30
Octal 123 244 132 61 0 55 44 175 41 60
Binary 1010011 10100100 1011010 110001 0 101101 100100 1111101 100001 110000

Color Harmonies of #53A45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A45A

Black with #53A45A

Text Example


Text Example

White with #53A45A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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