Html Css Color HEX #509349 Fruit Salad

📋 copy color: '#509349'

red 80 ◦ green 147 ◦ blue 73

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

Shades of Fruit Salad #509349

Tints of Fruit Salad #509349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.33%

R = 26.67%
G = 49%
B = 24.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#509349 (or 0x509349) is known color: Fruit Salad. HEX triplet: 50, 93 and 49. RGB value is (80,147,73). Sum of RGB (Red+Green+Blue) = 80+147+73=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #509349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509349 is #AF6CB6. Grayscale: #767676. Windows color (decimal): -11496631 or 4821840. OLE color: 4821840.

HSL color Cylindrical-coordinate representation of color #509349: hue angle of 114.32º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509349 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 73 -
CMYK 0.46 0 0.50 0.42
HSL 114.32º 0.34% 0.43% -
HSV(B) 114.32º 0.5% 0.58% -
XYZ 14.94 23.05 9.97 -
YUV 118.53 102.3 100.52 -
System Red Green Blue C M Y K H S L
Decimal 80 147 73 0.46 0 0.50 0.42 114.32 0.34 0.43
Hex 50 93 49 2E 0 32 2A 72 22 2B
Octal 120 223 111 56 0 62 52 162 42 53
Binary 1010000 10010011 1001001 101110 0 110010 101010 1110010 100010 101011

Color Harmonies of #509349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509349

Black with #509349

Text Example


Text Example

White with #509349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509349; }

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

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

background-color css

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

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

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

border-color css

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

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

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