Html Css Color HEX #509941 Fruit Salad

📋 copy color: '#509941'

red 80 ◦ green 153 ◦ blue 65

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

Shades of Fruit Salad #509941

Tints of Fruit Salad #509941

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.34%

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 26.85%
G = 51.34%
B = 21.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#509941 (or 0x509941) is known color: Fruit Salad. HEX triplet: 50, 99 and 41. RGB value is (80,153,65). Sum of RGB (Red+Green+Blue) = 80+153+65=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #509941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509941 is #AF66BE. Grayscale: #797979. Windows color (decimal): -11495103 or 4299088. OLE color: 4299088.

HSL color Cylindrical-coordinate representation of color #509941: hue angle of 109.77º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #509941 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 65 -
CMYK 0.48 0 0.58 0.4
HSL 109.77º 0.4% 0.43% -
HSV(B) 109.77º 0.58% 0.6% -
XYZ 15.65 24.87 8.98 -
YUV 121.14 96.32 98.66 -
System Red Green Blue C M Y K H S L
Decimal 80 153 65 0.48 0 0.58 0.4 109.77 0.4 0.43
Hex 50 99 41 30 0 3A 28 6E 28 2B
Octal 120 231 101 60 0 72 50 156 50 53
Binary 1010000 10011001 1000001 110000 0 111010 101000 1101110 101000 101011

Color Harmonies of #509941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509941

Black with #509941

Text Example


Text Example

White with #509941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509941; }

 p { color: rgb(80,153,65); }

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

background-color css

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

 a { background-color: rgb(80,153,65); }

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

border-color css

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

 span { border-color: rgb(80,153,65); }

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