Html Css Color HEX #509642 Fruit Salad

📋 copy color: '#509642'

red 80 ◦ green 150 ◦ blue 66

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

Shades of Fruit Salad #509642

Tints of Fruit Salad #509642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.68%

 BLUE value IS 66 (26.17% from 255) = 22.3%

R = 27.03%
G = 50.68%
B = 22.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#509642 (or 0x509642) is known color: Fruit Salad. HEX triplet: 50, 96 and 42. RGB value is (80,150,66). Sum of RGB (Red+Green+Blue) = 80+150+66=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #509642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509642 is #AF69BD. Grayscale: #777777. Windows color (decimal): -11495870 or 4363856. OLE color: 4363856.

HSL color Cylindrical-coordinate representation of color #509642: hue angle of 110º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #509642 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 66 -
CMYK 0.47 0 0.56 0.41
HSL 110º 0.39% 0.42% -
HSV(B) 110º 0.56% 0.59% -
XYZ 15.2 23.91 8.97 -
YUV 119.49 97.81 99.83 -
System Red Green Blue C M Y K H S L
Decimal 80 150 66 0.47 0 0.56 0.41 110 0.39 0.42
Hex 50 96 42 2F 0 38 29 6E 27 2A
Octal 120 226 102 57 0 70 51 156 47 52
Binary 1010000 10010110 1000010 101111 0 111000 101001 1101110 100111 101010

Color Harmonies of #509642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509642

Black with #509642

Text Example


Text Example

White with #509642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509642; }

 p { color: rgb(80,150,66); }

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

background-color css

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

 a { background-color: rgb(80,150,66); }

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

border-color css

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

 span { border-color: rgb(80,150,66); }

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