Html Css Color HEX #509354 Fruit Salad

📋 copy color: '#509354'

red 80 ◦ green 147 ◦ blue 84

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

Shades of Fruit Salad #509354

Tints of Fruit Salad #509354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.01%

R = 25.72%
G = 47.27%
B = 27.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#509354 (or 0x509354) is known color: Fruit Salad. HEX triplet: 50, 93 and 54. RGB value is (80,147,84). Sum of RGB (Red+Green+Blue) = 80+147+84=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #509354 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509354 is #AF6CAB. Grayscale: #777777. Windows color (decimal): -11496620 or 5542736. OLE color: 5542736.

HSL color Cylindrical-coordinate representation of color #509354: hue angle of 123.58º 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 #509354 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 84 -
CMYK 0.46 0 0.43 0.42
HSL 123.58º 0.3% 0.45% -
HSV(B) 123.58º 0.46% 0.58% -
XYZ 15.34 23.21 12.06 -
YUV 119.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 80 147 84 0.46 0 0.43 0.42 123.58 0.3 0.45
Hex 50 93 54 2E 0 2B 2A 7C 1E 2D
Octal 120 223 124 56 0 53 52 174 36 55
Binary 1010000 10010011 1010100 101110 0 101011 101010 1111100 11110 101101

Color Harmonies of #509354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509354

Black with #509354

Text Example


Text Example

White with #509354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509354; }

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

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

background-color css

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

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

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

border-color css

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

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

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