Html Css Color HEX #53A55B Fruit Salad

📋 copy color: '#53A55B'

red 83 ◦ green 165 ◦ blue 91

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

Shades of Fruit Salad #53A55B

Tints of Fruit Salad #53A55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 24.48%
G = 48.67%
B = 26.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#53A55B (or 0x53A55B) is known color: Fruit Salad. HEX triplet: 53, A5 and 5B. RGB value is (83,165,91). Sum of RGB (Red+Green+Blue) = 83+165+91=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #53A55B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A55B is #AC5AA4. Grayscale: #848484. Windows color (decimal): -11295397 or 6006099. OLE color: 6006099.

HSL color Cylindrical-coordinate representation of color #53A55B: hue angle of 125.85º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A55B is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 165 91 -
CMYK 0.50 0 0.45 0.35
HSL 125.85º 0.33% 0.49% -
HSV(B) 125.85º 0.5% 0.65% -
XYZ 18.91 29.5 14.6 -
YUV 132.05 104.83 93.02 -
System Red Green Blue C M Y K H S L
Decimal 83 165 91 0.50 0 0.45 0.35 125.85 0.33 0.49
Hex 53 A5 5B 32 0 2D 23 7E 21 31
Octal 123 245 133 62 0 55 43 176 41 61
Binary 1010011 10100101 1011011 110010 0 101101 100011 1111110 100001 110001

Color Harmonies of #53A55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A55B

Black with #53A55B

Text Example


Text Example

White with #53A55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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