Html Css Color HEX #509546 Fruit Salad

📋 copy color: '#509546'

red 80 ◦ green 149 ◦ blue 70

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

Shades of Fruit Salad #509546

Tints of Fruit Salad #509546

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.83%

 BLUE value IS 70 (27.73% from 255) = 23.41%

R = 26.76%
G = 49.83%
B = 23.41%

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

#509546 (or 0x509546) is known color: Fruit Salad. HEX triplet: 50, 95 and 46. RGB value is (80,149,70). Sum of RGB (Red+Green+Blue) = 80+149+70=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #509546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509546 is #AF6AB9. Grayscale: #777777. Windows color (decimal): -11496122 or 4625744. OLE color: 4625744.

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

Color convert

RGB 80 149 70 -
CMYK 0.46 0 0.53 0.42
HSL 112.41º 0.36% 0.43% -
HSV(B) 112.41º 0.53% 0.58% -
XYZ 15.16 23.64 9.56 -
YUV 119.36 100.14 99.92 -
System Red Green Blue C M Y K H S L
Decimal 80 149 70 0.46 0 0.53 0.42 112.41 0.36 0.43
Hex 50 95 46 2E 0 35 2A 70 24 2B
Octal 120 225 106 56 0 65 52 160 44 53
Binary 1010000 10010101 1000110 101110 0 110101 101010 1110000 100100 101011

Color Harmonies of #509546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509546

Black with #509546

Text Example


Text Example

White with #509546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509546; }

 p { color: rgb(80,149,70); }

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

background-color css

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

 a { background-color: rgb(80,149,70); }

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

border-color css

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

 span { border-color: rgb(80,149,70); }

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