#559B4A

Color #559B4A Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #559B4A

Tints of Fruit Salad #559B4A

Color information

#559B4A (or 0x559B4A) is unknown color: approx Fruit Salad. HEX triplet: 55, 9B and 4A. RGB value is (85,155,74). Sum of RGB (Red+Green+Blue) = 85+155+74=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #559B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559B4A is #AA64B5. Grayscale: #7D7D7D. Windows color (decimal): -11166902 or 4889429. OLE color: 4889429.

HSL color Cylindrical-coordinate representation of color #559B4A: hue angle of 111.85º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #559B4A is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB8515574-
CMYK0.4500.520.39
HSL111.85º35.37%44.9%-
HSV(B)111.85º52.26%60.78%-
XYZ16.725.8710.59-
YUV124.8499.3199.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 155 (60.94% from 255) = 49.36%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=27.07%
G=49.36%
B=23.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85155740.4500.520.39111.8535.3744.9
Hex559B4A2D0342770232d
Octal12523311255064471604355
Binary101010110011011100101010110101101001001111110000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559B4A; }

 p { color: rgb(85,155,74); }

 H1.HeaderClassName
 {
   color: #559B4A;
 }
 .AnyTagClassName
 {
   color: #559B4A;
 }
</style>
background-color css

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

 a { background-color: rgb(85,155,74); }

 div.DivClassName
 {
   background-color: #559B4A;
 }
 .BgClassName
 {
   background-color: #559B4A;
 }
</style>
border-color css

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

 span { border-color: rgb(85,155,74); }

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