Html Css Color HEX #549257 Fruit Salad

📋 copy color: '#549257'

red 84 ◦ green 146 ◦ blue 87

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

Shades of Fruit Salad #549257

Tints of Fruit Salad #549257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.44%

R = 26.5%
G = 46.06%
B = 27.44%

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

#549257 (or 0x549257) is known color: Fruit Salad. HEX triplet: 54, 92 and 57. RGB value is (84,146,87). Sum of RGB (Red+Green+Blue) = 84+146+87=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #549257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549257 is #AB6DA8. Grayscale: #787878. Windows color (decimal): -11234729 or 5739092. OLE color: 5739092.

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

Color convert

RGB 84 146 87 -
CMYK 0.42 0 0.40 0.43
HSL 122.9º 0.27% 0.45% -
HSV(B) 122.9º 0.42% 0.57% -
XYZ 15.66 23.13 12.66 -
YUV 120.74 108.96 101.8 -
System Red Green Blue C M Y K H S L
Decimal 84 146 87 0.42 0 0.40 0.43 122.9 0.27 0.45
Hex 54 92 57 2A 0 28 2B 7B 1B 2D
Octal 124 222 127 52 0 50 53 173 33 55
Binary 1010100 10010010 1010111 101010 0 101000 101011 1111011 11011 101101

Color Harmonies of #549257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549257

Black with #549257

Text Example


Text Example

White with #549257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549257; }

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

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

background-color css

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

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

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

border-color css

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

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

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