Html Css Color HEX #509345 Fruit Salad

📋 copy color: '#509345'

red 80 ◦ green 147 ◦ blue 69

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

Shades of Fruit Salad #509345

Tints of Fruit Salad #509345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 27.03%
G = 49.66%
B = 23.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#509345 (or 0x509345) is known color: Fruit Salad. HEX triplet: 50, 93 and 45. RGB value is (80,147,69). Sum of RGB (Red+Green+Blue) = 80+147+69=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #509345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509345 is #AF6CBA. Grayscale: #767676. Windows color (decimal): -11496635 or 4559696. OLE color: 4559696.

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

Color convert

RGB 80 147 69 -
CMYK 0.46 0 0.53 0.42
HSL 111.54º 0.36% 0.42% -
HSV(B) 111.54º 0.53% 0.58% -
XYZ 14.82 23 9.29 -
YUV 118.08 100.3 100.84 -
System Red Green Blue C M Y K H S L
Decimal 80 147 69 0.46 0 0.53 0.42 111.54 0.36 0.42
Hex 50 93 45 2E 0 35 2A 70 24 2A
Octal 120 223 105 56 0 65 52 160 44 52
Binary 1010000 10010011 1000101 101110 0 110101 101010 1110000 100100 101010

Color Harmonies of #509345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509345

Black with #509345

Text Example


Text Example

White with #509345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509345; }

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

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

background-color css

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

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

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

border-color css

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

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

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