Html Css Color HEX #509356 Fruit Salad

📋 copy color: '#509356'

red 80 ◦ green 147 ◦ blue 86

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

Shades of Fruit Salad #509356

Tints of Fruit Salad #509356

RGB

 RED value IS 80 (31.64% from 255) = 25.56%

 GREEN value IS 147 (57.81% from 255) = 46.96%

 BLUE value IS 86 (33.98% from 255) = 27.48%

R = 25.56%
G = 46.96%
B = 27.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#509356 (or 0x509356) is known color: Fruit Salad. HEX triplet: 50, 93 and 56. RGB value is (80,147,86). Sum of RGB (Red+Green+Blue) = 80+147+86=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #509356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509356 is #AF6CA9. Grayscale: #787878. Windows color (decimal): -11496618 or 5673808. OLE color: 5673808.

HSL color Cylindrical-coordinate representation of color #509356: hue angle of 125.37º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509356 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 86 -
CMYK 0.46 0 0.41 0.42
HSL 125.37º 0.3% 0.45% -
HSV(B) 125.37º 0.46% 0.58% -
XYZ 15.42 23.24 12.48 -
YUV 120.01 108.8 99.46 -
System Red Green Blue C M Y K H S L
Decimal 80 147 86 0.46 0 0.41 0.42 125.37 0.3 0.45
Hex 50 93 56 2E 0 29 2A 7D 1E 2D
Octal 120 223 126 56 0 51 52 175 36 55
Binary 1010000 10010011 1010110 101110 0 101001 101010 1111101 11110 101101

Color Harmonies of #509356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509356

Black with #509356

Text Example


Text Example

White with #509356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509356; }

 p { color: rgb(80,147,86); }

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

background-color css

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

 a { background-color: rgb(80,147,86); }

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

border-color css

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

 span { border-color: rgb(80,147,86); }

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