Html Css Color HEX #509C41 Fruit Salad

📋 copy color: '#509C41'

red 80 ◦ green 156 ◦ blue 65

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

Shades of Fruit Salad #509C41

Tints of Fruit Salad #509C41

RGB

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

 GREEN value IS 156 (61.33% from 255) = 51.83%

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

R = 26.58%
G = 51.83%
B = 21.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#509C41 (or 0x509C41) is known color: Fruit Salad. HEX triplet: 50, 9C and 41. RGB value is (80,156,65). Sum of RGB (Red+Green+Blue) = 80+156+65=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #509C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509C41 is #AF63BE. Grayscale: #7B7B7B. Windows color (decimal): -11494335 or 4299856. OLE color: 4299856.

HSL color Cylindrical-coordinate representation of color #509C41: hue angle of 110.11º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #509C41 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 156 65 -
CMYK 0.49 0 0.58 0.39
HSL 110.11º 0.41% 0.43% -
HSV(B) 110.11º 0.58% 0.61% -
XYZ 16.15 25.86 9.14 -
YUV 122.9 95.32 97.4 -
System Red Green Blue C M Y K H S L
Decimal 80 156 65 0.49 0 0.58 0.39 110.11 0.41 0.43
Hex 50 9C 41 31 0 3A 27 6E 29 2B
Octal 120 234 101 61 0 72 47 156 51 53
Binary 1010000 10011100 1000001 110001 0 111010 100111 1101110 101001 101011

Color Harmonies of #509C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509C41

Black with #509C41

Text Example


Text Example

White with #509C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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