Html Css Color HEX #509A52 Fruit Salad

📋 copy color: '#509A52'

red 80 ◦ green 154 ◦ blue 82

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

Shades of Fruit Salad #509A52

Tints of Fruit Salad #509A52

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.73%

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

R = 25.32%
G = 48.73%
B = 25.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#509A52 (or 0x509A52) is known color: Fruit Salad. HEX triplet: 50, 9A and 52. RGB value is (80,154,82). Sum of RGB (Red+Green+Blue) = 80+154+82=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #509A52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A52 is #AF65AD. Grayscale: #7B7B7B. Windows color (decimal): -11494830 or 5413456. OLE color: 5413456.

HSL color Cylindrical-coordinate representation of color #509A52: hue angle of 121.62º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509A52 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 82 -
CMYK 0.48 0 0.47 0.40
HSL 121.62º 0.32% 0.46% -
HSV(B) 121.62º 0.48% 0.6% -
XYZ 16.39 25.43 12.03 -
YUV 123.67 104.48 96.85 -
System Red Green Blue C M Y K H S L
Decimal 80 154 82 0.48 0 0.47 0.40 121.62 0.32 0.46
Hex 50 9A 52 30 0 2F 28 7A 20 2E
Octal 120 232 122 60 0 57 50 172 40 56
Binary 1010000 10011010 1010010 110000 0 101111 101000 1111010 100000 101110

Color Harmonies of #509A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A52

Black with #509A52

Text Example


Text Example

White with #509A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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