Html Css Color HEX #549159 Fruit Salad

📋 copy color: '#549159'

red 84 ◦ green 145 ◦ blue 89

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

Shades of Fruit Salad #549159

Tints of Fruit Salad #549159

RGB

 RED value IS 84 (33.2% from 255) = 26.42%

 GREEN value IS 145 (57.03% from 255) = 45.6%

 BLUE value IS 89 (35.16% from 255) = 27.99%

R = 26.42%
G = 45.6%
B = 27.99%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#549159 (or 0x549159) is known color: Fruit Salad. HEX triplet: 54, 91 and 59. RGB value is (84,145,89). Sum of RGB (Red+Green+Blue) = 84+145+89=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #549159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549159 is #AB6EA6. Grayscale: #787878. Windows color (decimal): -11234983 or 5869908. OLE color: 5869908.

HSL color Cylindrical-coordinate representation of color #549159: hue angle of 124.92º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549159 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 145 89 -
CMYK 0.42 0 0.39 0.43
HSL 124.92º 0.27% 0.45% -
HSV(B) 124.92º 0.42% 0.57% -
XYZ 15.58 22.86 13.04 -
YUV 120.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 84 145 89 0.42 0 0.39 0.43 124.92 0.27 0.45
Hex 54 91 59 2A 0 27 2B 7D 1B 2D
Octal 124 221 131 52 0 47 53 175 33 55
Binary 1010100 10010001 1011001 101010 0 100111 101011 1111101 11011 101101

Color Harmonies of #549159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549159

Black with #549159

Text Example


Text Example

White with #549159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549159; }

 p { color: rgb(84,145,89); }

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

background-color css

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

 a { background-color: rgb(84,145,89); }

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

border-color css

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

 span { border-color: rgb(84,145,89); }

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