Html Css Color HEX #559950 Fruit Salad

📋 copy color: '#559950'

red 85 ◦ green 153 ◦ blue 80

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

Shades of Fruit Salad #559950

Tints of Fruit Salad #559950

RGB

 RED value IS 85 (33.59% from 255) = 26.73%

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

 BLUE value IS 80 (31.64% from 255) = 25.16%

R = 26.73%
G = 48.11%
B = 25.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#559950 (or 0x559950) is known color: Fruit Salad. HEX triplet: 55, 99 and 50. RGB value is (85,153,80). Sum of RGB (Red+Green+Blue) = 85+153+80=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #559950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559950 is #AA66AF. Grayscale: #7C7C7C. Windows color (decimal): -11167408 or 5282133. OLE color: 5282133.

HSL color Cylindrical-coordinate representation of color #559950: hue angle of 115.89º degrees, saturation: 0.31, 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 #559950 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 80 -
CMYK 0.44 0 0.48 0.4
HSL 115.89º 0.31% 0.46% -
HSV(B) 115.89º 0.48% 0.6% -
XYZ 16.59 25.29 11.6 -
YUV 124.35 102.97 99.94 -
System Red Green Blue C M Y K H S L
Decimal 85 153 80 0.44 0 0.48 0.4 115.89 0.31 0.46
Hex 55 99 50 2C 0 30 28 74 1F 2E
Octal 125 231 120 54 0 60 50 164 37 56
Binary 1010101 10011001 1010000 101100 0 110000 101000 1110100 11111 101110

Color Harmonies of #559950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559950

Black with #559950

Text Example


Text Example

White with #559950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559950; }

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

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

background-color css

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

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

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

border-color css

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

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

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