Html Css Color HEX #509543 Fruit Salad

📋 copy color: '#509543'

red 80 ◦ green 149 ◦ blue 67

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

Shades of Fruit Salad #509543

Tints of Fruit Salad #509543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.64%

R = 27.03%
G = 50.34%
B = 22.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#509543 (or 0x509543) is known color: Fruit Salad. HEX triplet: 50, 95 and 43. RGB value is (80,149,67). Sum of RGB (Red+Green+Blue) = 80+149+67=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #509543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509543 is #AF6ABC. Grayscale: #777777. Windows color (decimal): -11496125 or 4429136. OLE color: 4429136.

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

Color convert

RGB 80 149 67 -
CMYK 0.46 0 0.55 0.42
HSL 110.49º 0.38% 0.42% -
HSV(B) 110.49º 0.55% 0.58% -
XYZ 15.07 23.61 9.07 -
YUV 119.02 98.64 100.17 -
System Red Green Blue C M Y K H S L
Decimal 80 149 67 0.46 0 0.55 0.42 110.49 0.38 0.42
Hex 50 95 43 2E 0 37 2A 6E 26 2A
Octal 120 225 103 56 0 67 52 156 46 52
Binary 1010000 10010101 1000011 101110 0 110111 101010 1101110 100110 101010

Color Harmonies of #509543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509543

Black with #509543

Text Example


Text Example

White with #509543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509543; }

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

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

background-color css

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

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

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

border-color css

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

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

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