Html Css Color HEX #509A44 Fruit Salad

📋 copy color: '#509A44'

red 80 ◦ green 154 ◦ blue 68

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

Shades of Fruit Salad #509A44

Tints of Fruit Salad #509A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.52%

R = 26.49%
G = 50.99%
B = 22.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.40

RGB Variations

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

Color information

#509A44 (or 0x509A44) is known color: Fruit Salad. HEX triplet: 50, 9A and 44. RGB value is (80,154,68). Sum of RGB (Red+Green+Blue) = 80+154+68=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 154 (60.55% from 255 or 50.99% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 154 - color contains mainly: green. Hex color #509A44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509A44 is #AF65BB. Grayscale: #7A7A7A. Windows color (decimal): -11494844 or 4495952. OLE color: 4495952.

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

Color convert

RGB 80 154 68 -
CMYK 0.48 0 0.56 0.40
HSL 111.63º 0.39% 0.44% -
HSV(B) 111.63º 0.56% 0.6% -
XYZ 15.91 25.23 9.5 -
YUV 122.07 97.48 97.99 -
System Red Green Blue C M Y K H S L
Decimal 80 154 68 0.48 0 0.56 0.40 111.63 0.39 0.44
Hex 50 9A 44 30 0 38 28 70 27 2C
Octal 120 232 104 60 0 70 50 160 47 54
Binary 1010000 10011010 1000100 110000 0 111000 101000 1110000 100111 101100

Color Harmonies of #509A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A44

Black with #509A44

Text Example


Text Example

White with #509A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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