Html Css Color HEX #549258 Fruit Salad

📋 copy color: '#549258'

red 84 ◦ green 146 ◦ blue 88

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

Shades of Fruit Salad #549258

Tints of Fruit Salad #549258

RGB

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

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

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

R = 26.42%
G = 45.91%
B = 27.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#549258 (or 0x549258) is known color: Fruit Salad. HEX triplet: 54, 92 and 58. RGB value is (84,146,88). Sum of RGB (Red+Green+Blue) = 84+146+88=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #549258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549258 is #AB6DA7. Grayscale: #797979. Windows color (decimal): -11234728 or 5804628. OLE color: 5804628.

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

Color convert

RGB 84 146 88 -
CMYK 0.42 0 0.40 0.43
HSL 123.87º 0.27% 0.45% -
HSV(B) 123.87º 0.42% 0.57% -
XYZ 15.7 23.15 12.87 -
YUV 120.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 84 146 88 0.42 0 0.40 0.43 123.87 0.27 0.45
Hex 54 92 58 2A 0 28 2B 7C 1B 2D
Octal 124 222 130 52 0 50 53 174 33 55
Binary 1010100 10010010 1011000 101010 0 101000 101011 1111100 11011 101101

Color Harmonies of #549258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549258

Black with #549258

Text Example


Text Example

White with #549258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549258; }

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

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

background-color css

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

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

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

border-color css

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

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

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