Html Css Color HEX #509259 Fruit Salad

📋 copy color: '#509259'

red 80 ◦ green 146 ◦ blue 89

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

Shades of Fruit Salad #509259

Tints of Fruit Salad #509259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.25%

R = 25.4%
G = 46.35%
B = 28.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#509259 (or 0x509259) is known color: Fruit Salad. HEX triplet: 50, 92 and 59. RGB value is (80,146,89). Sum of RGB (Red+Green+Blue) = 80+146+89=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #509259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509259 is #AF6DA6. Grayscale: #777777. Windows color (decimal): -11496871 or 5870160. OLE color: 5870160.

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

Color convert

RGB 80 146 89 -
CMYK 0.45 0 0.39 0.43
HSL 128.18º 0.29% 0.44% -
HSV(B) 128.18º 0.45% 0.57% -
XYZ 15.39 22.98 13.08 -
YUV 119.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 80 146 89 0.45 0 0.39 0.43 128.18 0.29 0.44
Hex 50 92 59 2D 0 27 2B 80 1D 2C
Octal 120 222 131 55 0 47 53 200 35 54
Binary 1010000 10010010 1011001 101101 0 100111 101011 10000000 11101 101100

Color Harmonies of #509259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509259

Black with #509259

Text Example


Text Example

White with #509259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509259; }

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

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

background-color css

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

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

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

border-color css

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

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

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