Html Css Color HEX #549459 Fruit Salad

📋 copy color: '#549459'

red 84 ◦ green 148 ◦ blue 89

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

Shades of Fruit Salad #549459

Tints of Fruit Salad #549459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.11%

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

R = 26.17%
G = 46.11%
B = 27.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#549459 (or 0x549459) is known color: Fruit Salad. HEX triplet: 54, 94 and 59. RGB value is (84,148,89). Sum of RGB (Red+Green+Blue) = 84+148+89=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #549459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549459 is #AB6BA6. Grayscale: #7A7A7A. Windows color (decimal): -11234215 or 5870676. OLE color: 5870676.

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

Color convert

RGB 84 148 89 -
CMYK 0.43 0 0.40 0.42
HSL 124.69º 0.28% 0.45% -
HSV(B) 124.69º 0.43% 0.58% -
XYZ 16.05 23.79 13.2 -
YUV 122.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 84 148 89 0.43 0 0.40 0.42 124.69 0.28 0.45
Hex 54 94 59 2B 0 28 2A 7D 1C 2D
Octal 124 224 131 53 0 50 52 175 34 55
Binary 1010100 10010100 1011001 101011 0 101000 101010 1111101 11100 101101

Color Harmonies of #549459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549459

Black with #549459

Text Example


Text Example

White with #549459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549459; }

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

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

background-color css

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

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

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

border-color css

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

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

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