Html Css Color HEX #509152 Fruit Salad

📋 copy color: '#509152'

red 80 ◦ green 145 ◦ blue 82

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

Shades of Fruit Salad #509152

Tints of Fruit Salad #509152

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.23%

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

R = 26.06%
G = 47.23%
B = 26.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#509152 (or 0x509152) is known color: Fruit Salad. HEX triplet: 50, 91 and 52. RGB value is (80,145,82). Sum of RGB (Red+Green+Blue) = 80+145+82=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #509152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509152 is #AF6EAD. Grayscale: #767676. Windows color (decimal): -11497134 or 5411152. OLE color: 5411152.

HSL color Cylindrical-coordinate representation of color #509152: hue angle of 121.85º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509152 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 82 -
CMYK 0.45 0 0.43 0.43
HSL 121.85º 0.29% 0.44% -
HSV(B) 121.85º 0.45% 0.57% -
XYZ 14.96 22.57 11.55 -
YUV 118.38 107.47 100.62 -
System Red Green Blue C M Y K H S L
Decimal 80 145 82 0.45 0 0.43 0.43 121.85 0.29 0.44
Hex 50 91 52 2D 0 2B 2B 7A 1D 2C
Octal 120 221 122 55 0 53 53 172 35 54
Binary 1010000 10010001 1010010 101101 0 101011 101011 1111010 11101 101100

Color Harmonies of #509152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509152

Black with #509152

Text Example


Text Example

White with #509152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509152; }

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

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

background-color css

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

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

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

border-color css

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

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

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