Html Css Color HEX #53A35B Fruit Salad

📋 copy color: '#53A35B'

red 83 ◦ green 163 ◦ blue 91

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

Shades of Fruit Salad #53A35B

Tints of Fruit Salad #53A35B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.37%

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

R = 24.63%
G = 48.37%
B = 27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#53A35B (or 0x53A35B) is known color: Fruit Salad. HEX triplet: 53, A3 and 5B. RGB value is (83,163,91). Sum of RGB (Red+Green+Blue) = 83+163+91=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #53A35B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A35B is #AC5CA4. Grayscale: #838383. Windows color (decimal): -11295909 or 6005587. OLE color: 6005587.

HSL color Cylindrical-coordinate representation of color #53A35B: hue angle of 126º 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 #53A35B is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 163 91 -
CMYK 0.49 0 0.44 0.36
HSL 126º 0.33% 0.48% -
HSV(B) 126º 0.49% 0.64% -
XYZ 18.55 28.79 14.48 -
YUV 130.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 83 163 91 0.49 0 0.44 0.36 126 0.33 0.48
Hex 53 A3 5B 31 0 2C 24 7E 21 30
Octal 123 243 133 61 0 54 44 176 41 60
Binary 1010011 10100011 1011011 110001 0 101100 100100 1111110 100001 110000

Color Harmonies of #53A35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A35B

Black with #53A35B

Text Example


Text Example

White with #53A35B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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