Html Css Color HEX #549859 Fruit Salad

📋 copy color: '#549859'

red 84 ◦ green 152 ◦ blue 89

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

Shades of Fruit Salad #549859

Tints of Fruit Salad #549859

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.77%

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

R = 25.85%
G = 46.77%
B = 27.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#549859 (or 0x549859) is known color: Fruit Salad. HEX triplet: 54, 98 and 59. RGB value is (84,152,89). Sum of RGB (Red+Green+Blue) = 84+152+89=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #549859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549859 is #AB67A6. Grayscale: #7C7C7C. Windows color (decimal): -11233191 or 5871700. OLE color: 5871700.

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

Color convert

RGB 84 152 89 -
CMYK 0.45 0 0.41 0.40
HSL 124.41º 0.29% 0.46% -
HSV(B) 124.41º 0.45% 0.6% -
XYZ 16.69 25.06 13.41 -
YUV 124.49 107.97 99.12 -
System Red Green Blue C M Y K H S L
Decimal 84 152 89 0.45 0 0.41 0.40 124.41 0.29 0.46
Hex 54 98 59 2D 0 29 28 7C 1D 2E
Octal 124 230 131 55 0 51 50 174 35 56
Binary 1010100 10011000 1011001 101101 0 101001 101000 1111100 11101 101110

Color Harmonies of #549859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549859

Black with #549859

Text Example


Text Example

White with #549859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549859; }

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

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

background-color css

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

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

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

border-color css

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

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

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