Html Css Color HEX #509446 Fruit Salad

📋 copy color: '#509446'

red 80 ◦ green 148 ◦ blue 70

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

Shades of Fruit Salad #509446

Tints of Fruit Salad #509446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.66%

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

R = 26.85%
G = 49.66%
B = 23.49%

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

#509446 (or 0x509446) is known color: Fruit Salad. HEX triplet: 50, 94 and 46. RGB value is (80,148,70). Sum of RGB (Red+Green+Blue) = 80+148+70=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #509446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509446 is #AF6BB9. Grayscale: #777777. Windows color (decimal): -11496378 or 4625488. OLE color: 4625488.

HSL color Cylindrical-coordinate representation of color #509446: hue angle of 112.31º 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 #509446 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 70 -
CMYK 0.46 0 0.53 0.42
HSL 112.31º 0.36% 0.43% -
HSV(B) 112.31º 0.53% 0.58% -
XYZ 15 23.33 9.51 -
YUV 118.78 100.47 100.34 -
System Red Green Blue C M Y K H S L
Decimal 80 148 70 0.46 0 0.53 0.42 112.31 0.36 0.43
Hex 50 94 46 2E 0 35 2A 70 24 2B
Octal 120 224 106 56 0 65 52 160 44 53
Binary 1010000 10010100 1000110 101110 0 110101 101010 1110000 100100 101011

Color Harmonies of #509446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509446

Black with #509446

Text Example


Text Example

White with #509446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509446; }

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

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

background-color css

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

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

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

border-color css

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

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

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