Html Css Color HEX #509544 Fruit Salad

📋 copy color: '#509544'

red 80 ◦ green 149 ◦ blue 68

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

Shades of Fruit Salad #509544

Tints of Fruit Salad #509544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.9%

R = 26.94%
G = 50.17%
B = 22.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#509544 (or 0x509544) is known color: Fruit Salad. HEX triplet: 50, 95 and 44. RGB value is (80,149,68). Sum of RGB (Red+Green+Blue) = 80+149+68=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #509544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509544 is #AF6ABB. Grayscale: #777777. Windows color (decimal): -11496124 or 4494672. OLE color: 4494672.

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

Color convert

RGB 80 149 68 -
CMYK 0.46 0 0.54 0.42
HSL 111.11º 0.37% 0.43% -
HSV(B) 111.11º 0.54% 0.58% -
XYZ 15.1 23.62 9.23 -
YUV 119.14 99.14 100.09 -
System Red Green Blue C M Y K H S L
Decimal 80 149 68 0.46 0 0.54 0.42 111.11 0.37 0.43
Hex 50 95 44 2E 0 36 2A 6F 25 2B
Octal 120 225 104 56 0 66 52 157 45 53
Binary 1010000 10010101 1000100 101110 0 110110 101010 1101111 100101 101011

Color Harmonies of #509544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509544

Black with #509544

Text Example


Text Example

White with #509544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509544; }

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

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

background-color css

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

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

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

border-color css

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

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

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