Html Css Color HEX #509254 Fruit Salad

📋 copy color: '#509254'

red 80 ◦ green 146 ◦ blue 84

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

Shades of Fruit Salad #509254

Tints of Fruit Salad #509254

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.1%

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

R = 25.81%
G = 47.1%
B = 27.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#509254 (or 0x509254) is known color: Fruit Salad. HEX triplet: 50, 92 and 54. RGB value is (80,146,84). Sum of RGB (Red+Green+Blue) = 80+146+84=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #509254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509254 is #AF6DAB. Grayscale: #777777. Windows color (decimal): -11496876 or 5542480. OLE color: 5542480.

HSL color Cylindrical-coordinate representation of color #509254: hue angle of 123.64º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509254 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 84 -
CMYK 0.45 0 0.42 0.43
HSL 123.64º 0.29% 0.44% -
HSV(B) 123.64º 0.45% 0.57% -
XYZ 15.19 22.9 12.01 -
YUV 119.2 108.13 100.04 -
System Red Green Blue C M Y K H S L
Decimal 80 146 84 0.45 0 0.42 0.43 123.64 0.29 0.44
Hex 50 92 54 2D 0 2A 2B 7C 1D 2C
Octal 120 222 124 55 0 52 53 174 35 54
Binary 1010000 10010010 1010100 101101 0 101010 101011 1111100 11101 101100

Color Harmonies of #509254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509254

Black with #509254

Text Example


Text Example

White with #509254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509254; }

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

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

background-color css

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

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

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

border-color css

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

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

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