#549C42

Color #549C42 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #549C42

Tints of Fruit Salad #549C42

Color information

#549C42 (or 0x549C42) is unknown color: approx Fruit Salad. HEX triplet: 54, 9C and 42. RGB value is (84,156,66). Sum of RGB (Red+Green+Blue) = 84+156+66=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #549C42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549C42 is #AB63BD. Grayscale: #7C7C7C. Windows color (decimal): -11232190 or 4365396. OLE color: 4365396.

HSL color Cylindrical-coordinate representation of color #549C42: hue angle of 108º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #549C42 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB8415666-
CMYK0.4600.580.39
HSL108º40.54%43.53%-
HSV(B)108º57.69%61.18%-
XYZ16.5326.069.31-
YUV124.2195.1599.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 156 (61.33% from 255) = 50.98%
BLUE value IS 66 (26.17% from 255) = 21.57%
R=27.45%
G=50.98%
B=21.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84156660.4600.580.3910840.5443.53
Hex549C422E03A276c292c
Octal12423410256072471545154
Binary101010010011100100001010111001110101001111101100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549C42; }

 p { color: rgb(84,156,66); }

 H1.HeaderClassName
 {
   color: #549C42;
 }
 .AnyTagClassName
 {
   color: #549C42;
 }
</style>
background-color css

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

 a { background-color: rgb(84,156,66); }

 div.DivClassName
 {
   background-color: #549C42;
 }
 .BgClassName
 {
   background-color: #549C42;
 }
</style>
border-color css

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

 span { border-color: rgb(84,156,66); }

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