Html Css Color HEX #539A50 Fruit Salad

📋 copy color: '#539A50'

red 83 ◦ green 154 ◦ blue 80

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

Shades of Fruit Salad #539A50

Tints of Fruit Salad #539A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.58%

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 26.18%
G = 48.58%
B = 25.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#539A50 (or 0x539A50) is known color: Fruit Salad. HEX triplet: 53, 9A and 50. RGB value is (83,154,80). Sum of RGB (Red+Green+Blue) = 83+154+80=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 154 - color contains mainly: green. Hex color #539A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539A50 is #AC65AF. Grayscale: #7C7C7C. Windows color (decimal): -11298224 or 5282387. OLE color: 5282387.

HSL color Cylindrical-coordinate representation of color #539A50: hue angle of 117.57º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #539A50 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 154 80 -
CMYK 0.46 0 0.48 0.40
HSL 117.57º 0.32% 0.46% -
HSV(B) 117.57º 0.48% 0.6% -
XYZ 16.57 25.53 11.64 -
YUV 124.34 102.98 98.52 -
System Red Green Blue C M Y K H S L
Decimal 83 154 80 0.46 0 0.48 0.40 117.57 0.32 0.46
Hex 53 9A 50 2E 0 30 28 76 20 2E
Octal 123 232 120 56 0 60 50 166 40 56
Binary 1010011 10011010 1010000 101110 0 110000 101000 1110110 100000 101110

Color Harmonies of #539A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539A50

Black with #539A50

Text Example


Text Example

White with #539A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539A50; }

 p { color: rgb(83,154,80); }

 H1.HeaderClassName
 {
   color: #539A50;
 }
 .AnyTagClassName
 {
   color: #539A50;
 }
</style>

background-color css

<style>
 a { background-color: #539A50; }

 a { background-color: rgb(83,154,80); }

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

border-color css

<style>
 span { border-color: #539A50; }

 span { border-color: rgb(83,154,80); }

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