Html Css Color HEX #549259 Fruit Salad

📋 copy color: '#549259'

red 84 ◦ green 146 ◦ blue 89

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

Shades of Fruit Salad #549259

Tints of Fruit Salad #549259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.77%

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

R = 26.33%
G = 45.77%
B = 27.9%

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

#549259 (or 0x549259) is known color: Fruit Salad. HEX triplet: 54, 92 and 59. RGB value is (84,146,89). Sum of RGB (Red+Green+Blue) = 84+146+89=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #549259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549259 is #AB6DA6. Grayscale: #797979. Windows color (decimal): -11234727 or 5870164. OLE color: 5870164.

HSL color Cylindrical-coordinate representation of color #549259: hue angle of 124.84º 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 #549259 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 146 89 -
CMYK 0.42 0 0.39 0.43
HSL 124.84º 0.27% 0.45% -
HSV(B) 124.84º 0.42% 0.57% -
XYZ 15.74 23.16 13.09 -
YUV 120.96 109.96 101.63 -
System Red Green Blue C M Y K H S L
Decimal 84 146 89 0.42 0 0.39 0.43 124.84 0.27 0.45
Hex 54 92 59 2A 0 27 2B 7D 1B 2D
Octal 124 222 131 52 0 47 53 175 33 55
Binary 1010100 10010010 1011001 101010 0 100111 101011 1111101 11011 101101

Color Harmonies of #549259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549259

Black with #549259

Text Example


Text Example

White with #549259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549259; }

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

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

background-color css

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

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

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

border-color css

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

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

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