Html Css Color HEX #549357 Fruit Salad

📋 copy color: '#549357'

red 84 ◦ green 147 ◦ blue 87

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

Shades of Fruit Salad #549357

Tints of Fruit Salad #549357

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.23%

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

R = 26.42%
G = 46.23%
B = 27.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#549357 (or 0x549357) is known color: Fruit Salad. HEX triplet: 54, 93 and 57. RGB value is (84,147,87). Sum of RGB (Red+Green+Blue) = 84+147+87=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #549357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549357 is #AB6CA8. Grayscale: #797979. Windows color (decimal): -11234473 or 5739348. OLE color: 5739348.

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

Color convert

RGB 84 147 87 -
CMYK 0.43 0 0.41 0.42
HSL 122.86º 0.27% 0.45% -
HSV(B) 122.86º 0.43% 0.58% -
XYZ 15.81 23.44 12.71 -
YUV 121.32 108.63 101.38 -
System Red Green Blue C M Y K H S L
Decimal 84 147 87 0.43 0 0.41 0.42 122.86 0.27 0.45
Hex 54 93 57 2B 0 29 2A 7B 1B 2D
Octal 124 223 127 53 0 51 52 173 33 55
Binary 1010100 10010011 1010111 101011 0 101001 101010 1111011 11011 101101

Color Harmonies of #549357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549357

Black with #549357

Text Example


Text Example

White with #549357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549357; }

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

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

background-color css

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

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

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

border-color css

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

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

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