Html Css Color HEX #559850 Fruit Salad

📋 copy color: '#559850'

red 85 ◦ green 152 ◦ blue 80

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

Shades of Fruit Salad #559850

Tints of Fruit Salad #559850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.95%

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

R = 26.81%
G = 47.95%
B = 25.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#559850 (or 0x559850) is known color: Fruit Salad. HEX triplet: 55, 98 and 50. RGB value is (85,152,80). Sum of RGB (Red+Green+Blue) = 85+152+80=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #559850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559850 is #AA67AF. Grayscale: #7B7B7B. Windows color (decimal): -11167664 or 5281877. OLE color: 5281877.

HSL color Cylindrical-coordinate representation of color #559850: hue angle of 115.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559850 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 80 -
CMYK 0.44 0 0.47 0.40
HSL 115.83º 0.31% 0.45% -
HSV(B) 115.83º 0.47% 0.6% -
XYZ 16.42 24.97 11.54 -
YUV 123.76 103.3 100.35 -
System Red Green Blue C M Y K H S L
Decimal 85 152 80 0.44 0 0.47 0.40 115.83 0.31 0.45
Hex 55 98 50 2C 0 2F 28 74 1F 2D
Octal 125 230 120 54 0 57 50 164 37 55
Binary 1010101 10011000 1010000 101100 0 101111 101000 1110100 11111 101101

Color Harmonies of #559850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559850

Black with #559850

Text Example


Text Example

White with #559850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559850; }

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

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

background-color css

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

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

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

border-color css

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

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

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