Html Css Color HEX #509652 Fruit Salad

📋 copy color: '#509652'

red 80 ◦ green 150 ◦ blue 82

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

Shades of Fruit Salad #509652

Tints of Fruit Salad #509652

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.08%

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

R = 25.64%
G = 48.08%
B = 26.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#509652 (or 0x509652) is known color: Fruit Salad. HEX triplet: 50, 96 and 52. RGB value is (80,150,82). Sum of RGB (Red+Green+Blue) = 80+150+82=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #509652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509652 is #AF69AD. Grayscale: #797979. Windows color (decimal): -11495854 or 5412432. OLE color: 5412432.

HSL color Cylindrical-coordinate representation of color #509652: hue angle of 121.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509652 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 82 -
CMYK 0.47 0 0.45 0.41
HSL 121.71º 0.3% 0.45% -
HSV(B) 121.71º 0.47% 0.59% -
XYZ 15.74 24.13 11.81 -
YUV 121.32 105.81 98.53 -
System Red Green Blue C M Y K H S L
Decimal 80 150 82 0.47 0 0.45 0.41 121.71 0.3 0.45
Hex 50 96 52 2F 0 2D 29 7A 1E 2D
Octal 120 226 122 57 0 55 51 172 36 55
Binary 1010000 10010110 1010010 101111 0 101101 101001 1111010 11110 101101

Color Harmonies of #509652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509652

Black with #509652

Text Example


Text Example

White with #509652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509652; }

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

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

background-color css

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

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

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

border-color css

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

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

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