Html Css Color HEX #539C50 Fruit Salad

📋 copy color: '#539C50'

red 83 ◦ green 156 ◦ blue 80

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

Shades of Fruit Salad #539C50

Tints of Fruit Salad #539C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.9%

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

R = 26.02%
G = 48.9%
B = 25.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#539C50 (or 0x539C50) is known color: Fruit Salad. HEX triplet: 53, 9C and 50. RGB value is (83,156,80). Sum of RGB (Red+Green+Blue) = 83+156+80=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #539C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539C50 is #AC63AF. Grayscale: #7D7D7D. Windows color (decimal): -11297712 or 5282899. OLE color: 5282899.

HSL color Cylindrical-coordinate representation of color #539C50: hue angle of 117.63º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #539C50 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 156 80 -
CMYK 0.47 0 0.49 0.39
HSL 117.63º 0.32% 0.46% -
HSV(B) 117.63º 0.49% 0.61% -
XYZ 16.9 26.2 11.75 -
YUV 125.51 102.32 97.68 -
System Red Green Blue C M Y K H S L
Decimal 83 156 80 0.47 0 0.49 0.39 117.63 0.32 0.46
Hex 53 9C 50 2F 0 31 27 76 20 2E
Octal 123 234 120 57 0 61 47 166 40 56
Binary 1010011 10011100 1010000 101111 0 110001 100111 1110110 100000 101110

Color Harmonies of #539C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539C50

Black with #539C50

Text Example


Text Example

White with #539C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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