Html Css Color HEX #559A54 Fruit Salad

📋 copy color: '#559A54'

red 85 ◦ green 154 ◦ blue 84

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

Shades of Fruit Salad #559A54

Tints of Fruit Salad #559A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.01%

R = 26.32%
G = 47.68%
B = 26.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#559A54 (or 0x559A54) is known color: Fruit Salad. HEX triplet: 55, 9A and 54. RGB value is (85,154,84). Sum of RGB (Red+Green+Blue) = 85+154+84=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 154 (60.55% from 255 or 47.68% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 154 - color contains mainly: green. Hex color #559A54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559A54 is #AA65AB. Grayscale: #7D7D7D. Windows color (decimal): -11167148 or 5544533. OLE color: 5544533.

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

Color convert

RGB 85 154 84 -
CMYK 0.45 0 0.45 0.40
HSL 119.14º 0.29% 0.47% -
HSV(B) 119.14º 0.45% 0.6% -
XYZ 16.9 25.68 12.45 -
YUV 125.39 104.64 99.19 -
System Red Green Blue C M Y K H S L
Decimal 85 154 84 0.45 0 0.45 0.40 119.14 0.29 0.47
Hex 55 9A 54 2D 0 2D 28 77 1D 2F
Octal 125 232 124 55 0 55 50 167 35 57
Binary 1010101 10011010 1010100 101101 0 101101 101000 1110111 11101 101111

Color Harmonies of #559A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559A54

Black with #559A54

Text Example


Text Example

White with #559A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,154,84); }

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

background-color css

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

 a { background-color: rgb(85,154,84); }

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

border-color css

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

 span { border-color: rgb(85,154,84); }

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