Html Css Color HEX #509452 Fruit Salad

📋 copy color: '#509452'

red 80 ◦ green 148 ◦ blue 82

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

Shades of Fruit Salad #509452

Tints of Fruit Salad #509452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.74%

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

R = 25.81%
G = 47.74%
B = 26.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#509452 (or 0x509452) is known color: Fruit Salad. HEX triplet: 50, 94 and 52. RGB value is (80,148,82). Sum of RGB (Red+Green+Blue) = 80+148+82=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #509452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509452 is #AF6BAD. Grayscale: #787878. Windows color (decimal): -11496366 or 5411920. OLE color: 5411920.

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

Color convert

RGB 80 148 82 -
CMYK 0.46 0 0.45 0.42
HSL 121.76º 0.3% 0.45% -
HSV(B) 121.76º 0.46% 0.58% -
XYZ 15.42 23.49 11.7 -
YUV 120.14 106.47 99.37 -
System Red Green Blue C M Y K H S L
Decimal 80 148 82 0.46 0 0.45 0.42 121.76 0.3 0.45
Hex 50 94 52 2E 0 2D 2A 7A 1E 2D
Octal 120 224 122 56 0 55 52 172 36 55
Binary 1010000 10010100 1010010 101110 0 101101 101010 1111010 11110 101101

Color Harmonies of #509452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509452

Black with #509452

Text Example


Text Example

White with #509452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509452; }

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

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

background-color css

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

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

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

border-color css

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

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

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