Html Css Color HEX #509352 Fruit Salad

📋 copy color: '#509352'

red 80 ◦ green 147 ◦ blue 82

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

Shades of Fruit Salad #509352

Tints of Fruit Salad #509352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.54%

R = 25.89%
G = 47.57%
B = 26.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#509352 (or 0x509352) is known color: Fruit Salad. HEX triplet: 50, 93 and 52. RGB value is (80,147,82). Sum of RGB (Red+Green+Blue) = 80+147+82=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #509352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509352 is #AF6CAD. Grayscale: #777777. Windows color (decimal): -11496622 or 5411664. OLE color: 5411664.

HSL color Cylindrical-coordinate representation of color #509352: hue angle of 121.79º 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 #509352 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 82 -
CMYK 0.46 0 0.44 0.42
HSL 121.79º 0.3% 0.45% -
HSV(B) 121.79º 0.46% 0.58% -
XYZ 15.26 23.18 11.65 -
YUV 119.56 106.8 99.79 -
System Red Green Blue C M Y K H S L
Decimal 80 147 82 0.46 0 0.44 0.42 121.79 0.3 0.45
Hex 50 93 52 2E 0 2C 2A 7A 1E 2D
Octal 120 223 122 56 0 54 52 172 36 55
Binary 1010000 10010011 1010010 101110 0 101100 101010 1111010 11110 101101

Color Harmonies of #509352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509352

Black with #509352

Text Example


Text Example

White with #509352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509352; }

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

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

background-color css

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

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

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

border-color css

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

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

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