Html Css Color HEX #509948 Fruit Salad

📋 copy color: '#509948'

red 80 ◦ green 153 ◦ blue 72

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

Shades of Fruit Salad #509948

Tints of Fruit Salad #509948

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.16%

 BLUE value IS 72 (28.52% from 255) = 23.61%

R = 26.23%
G = 50.16%
B = 23.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#509948 (or 0x509948) is known color: Fruit Salad. HEX triplet: 50, 99 and 48. RGB value is (80,153,72). Sum of RGB (Red+Green+Blue) = 80+153+72=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #509948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509948 is #AF66B7. Grayscale: #7A7A7A. Windows color (decimal): -11495096 or 4757840. OLE color: 4757840.

HSL color Cylindrical-coordinate representation of color #509948: hue angle of 114.07º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #509948 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 72 -
CMYK 0.48 0 0.53 0.4
HSL 114.07º 0.36% 0.44% -
HSV(B) 114.07º 0.53% 0.6% -
XYZ 15.87 24.96 10.11 -
YUV 121.94 99.82 98.09 -
System Red Green Blue C M Y K H S L
Decimal 80 153 72 0.48 0 0.53 0.4 114.07 0.36 0.44
Hex 50 99 48 30 0 35 28 72 24 2C
Octal 120 231 110 60 0 65 50 162 44 54
Binary 1010000 10011001 1001000 110000 0 110101 101000 1110010 100100 101100

Color Harmonies of #509948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509948

Black with #509948

Text Example


Text Example

White with #509948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509948; }

 p { color: rgb(80,153,72); }

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

background-color css

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

 a { background-color: rgb(80,153,72); }

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

border-color css

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

 span { border-color: rgb(80,153,72); }

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