Html Css Color HEX #549457 Fruit Salad

📋 copy color: '#549457'

red 84 ◦ green 148 ◦ blue 87

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

Shades of Fruit Salad #549457

Tints of Fruit Salad #549457

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.39%

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

R = 26.33%
G = 46.39%
B = 27.27%

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

#549457 (or 0x549457) is known color: Fruit Salad. HEX triplet: 54, 94 and 57. RGB value is (84,148,87). Sum of RGB (Red+Green+Blue) = 84+148+87=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #549457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549457 is #AB6BA8. Grayscale: #7A7A7A. Windows color (decimal): -11234217 or 5739604. OLE color: 5739604.

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

Color convert

RGB 84 148 87 -
CMYK 0.43 0 0.41 0.42
HSL 122.81º 0.28% 0.45% -
HSV(B) 122.81º 0.43% 0.58% -
XYZ 15.97 23.75 12.76 -
YUV 121.91 108.3 100.96 -
System Red Green Blue C M Y K H S L
Decimal 84 148 87 0.43 0 0.41 0.42 122.81 0.28 0.45
Hex 54 94 57 2B 0 29 2A 7B 1C 2D
Octal 124 224 127 53 0 51 52 173 34 55
Binary 1010100 10010100 1010111 101011 0 101001 101010 1111011 11100 101101

Color Harmonies of #549457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549457

Black with #549457

Text Example


Text Example

White with #549457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549457; }

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

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

background-color css

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

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

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

border-color css

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

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

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