Html Css Color HEX #549858 Fruit Salad

📋 copy color: '#549858'

red 84 ◦ green 152 ◦ blue 88

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

Shades of Fruit Salad #549858

Tints of Fruit Salad #549858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.16%

R = 25.93%
G = 46.91%
B = 27.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#549858 (or 0x549858) is known color: Fruit Salad. HEX triplet: 54, 98 and 58. RGB value is (84,152,88). Sum of RGB (Red+Green+Blue) = 84+152+88=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #549858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549858 is #AB67A7. Grayscale: #7C7C7C. Windows color (decimal): -11233192 or 5806164. OLE color: 5806164.

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

Color convert

RGB 84 152 88 -
CMYK 0.45 0 0.42 0.40
HSL 123.53º 0.29% 0.46% -
HSV(B) 123.53º 0.45% 0.6% -
XYZ 16.65 25.05 13.19 -
YUV 124.37 107.47 99.2 -
System Red Green Blue C M Y K H S L
Decimal 84 152 88 0.45 0 0.42 0.40 123.53 0.29 0.46
Hex 54 98 58 2D 0 2A 28 7C 1D 2E
Octal 124 230 130 55 0 52 50 174 35 56
Binary 1010100 10011000 1011000 101101 0 101010 101000 1111100 11101 101110

Color Harmonies of #549858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549858

Black with #549858

Text Example


Text Example

White with #549858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549858; }

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

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

background-color css

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

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

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

border-color css

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

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

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