Html Css Color HEX #509358 Fruit Salad

📋 copy color: '#509358'

red 80 ◦ green 147 ◦ blue 88

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

Shades of Fruit Salad #509358

Tints of Fruit Salad #509358

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.67%

 BLUE value IS 88 (34.77% from 255) = 27.94%

R = 25.4%
G = 46.67%
B = 27.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#509358 (or 0x509358) is known color: Fruit Salad. HEX triplet: 50, 93 and 58. RGB value is (80,147,88). Sum of RGB (Red+Green+Blue) = 80+147+88=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #509358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509358 is #AF6CA7. Grayscale: #787878. Windows color (decimal): -11496616 or 5804880. OLE color: 5804880.

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

Color convert

RGB 80 147 88 -
CMYK 0.46 0 0.40 0.42
HSL 127.16º 0.3% 0.45% -
HSV(B) 127.16º 0.46% 0.58% -
XYZ 15.5 23.28 12.91 -
YUV 120.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 80 147 88 0.46 0 0.40 0.42 127.16 0.3 0.45
Hex 50 93 58 2E 0 28 2A 7F 1E 2D
Octal 120 223 130 56 0 50 52 177 36 55
Binary 1010000 10010011 1011000 101110 0 101000 101010 1111111 11110 101101

Color Harmonies of #509358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509358

Black with #509358

Text Example


Text Example

White with #509358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509358; }

 p { color: rgb(80,147,88); }

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

background-color css

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

 a { background-color: rgb(80,147,88); }

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

border-color css

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

 span { border-color: rgb(80,147,88); }

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