Html Css Color HEX #549355 Fruit Salad

📋 copy color: '#549355'

red 84 ◦ green 147 ◦ blue 85

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

Shades of Fruit Salad #549355

Tints of Fruit Salad #549355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.9%

R = 26.58%
G = 46.52%
B = 26.9%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#549355 (or 0x549355) is known color: Fruit Salad. HEX triplet: 54, 93 and 55. RGB value is (84,147,85). Sum of RGB (Red+Green+Blue) = 84+147+85=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #549355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549355 is #AB6CAA. Grayscale: #797979. Windows color (decimal): -11234475 or 5608276. OLE color: 5608276.

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

Color convert

RGB 84 147 85 -
CMYK 0.43 0 0.42 0.42
HSL 120.95º 0.27% 0.45% -
HSV(B) 120.95º 0.43% 0.58% -
XYZ 15.73 23.41 12.28 -
YUV 121.1 107.63 101.54 -
System Red Green Blue C M Y K H S L
Decimal 84 147 85 0.43 0 0.42 0.42 120.95 0.27 0.45
Hex 54 93 55 2B 0 2A 2A 79 1B 2D
Octal 124 223 125 53 0 52 52 171 33 55
Binary 1010100 10010011 1010101 101011 0 101010 101010 1111001 11011 101101

Color Harmonies of #549355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549355

Black with #549355

Text Example


Text Example

White with #549355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549355; }

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

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

background-color css

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

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

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

border-color css

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

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

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