Html Css Color HEX #559951 Fruit Salad

📋 copy color: '#559951'

red 85 ◦ green 153 ◦ blue 81

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

Shades of Fruit Salad #559951

Tints of Fruit Salad #559951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.39%

R = 26.65%
G = 47.96%
B = 25.39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#559951 (or 0x559951) is known color: Fruit Salad. HEX triplet: 55, 99 and 51. RGB value is (85,153,81). Sum of RGB (Red+Green+Blue) = 85+153+81=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #559951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559951 is #AA66AE. Grayscale: #7C7C7C. Windows color (decimal): -11167407 or 5347669. OLE color: 5347669.

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

Color convert

RGB 85 153 81 -
CMYK 0.44 0 0.47 0.4
HSL 116.67º 0.31% 0.46% -
HSV(B) 116.67º 0.47% 0.6% -
XYZ 16.62 25.31 11.79 -
YUV 124.46 103.47 99.85 -
System Red Green Blue C M Y K H S L
Decimal 85 153 81 0.44 0 0.47 0.4 116.67 0.31 0.46
Hex 55 99 51 2C 0 2F 28 75 1F 2E
Octal 125 231 121 54 0 57 50 165 37 56
Binary 1010101 10011001 1010001 101100 0 101111 101000 1110101 11111 101110

Color Harmonies of #559951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559951

Black with #559951

Text Example


Text Example

White with #559951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559951; }

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

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

background-color css

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

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

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

border-color css

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

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

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