#549f3a

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

Shades of Apple #549F3A

Tints of Apple #549F3A

Color information

#549F3A (or 0x549F3A) is unknown color: approx Apple. HEX triplet: 54, 9F and 3A. RGB value is (84,159,58). Sum of RGB (Red+Green+Blue) = 84+159+58=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 159 (62.5% from 255 or 52.82% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 159 - color contains mainly: green. Hex color #549F3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549F3A is #AB60C5. Grayscale: #7D7D7D. Windows color (decimal): -11231430 or 3841876. OLE color: 3841876.

HSL color Cylindrical-coordinate representation of color #549F3A: hue angle of 104.55º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #549F3A is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB8415958-
CMYK0.4700.640.38
HSL104.55º46.54%42.55%-
HSV(B)104.55º63.52%62.35%-
XYZ16.8226.998.33-
YUV125.0690.1598.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 159 (62.5% from 255) = 52.82%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=27.91%
G=52.82%
B=19.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84159580.4700.640.38104.5546.5442.55
Hex549F3A2F04026692f2b
Octal12423772570100461515753
Binary101010010011111111010101111010000001001101101001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549f3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,159,58); }

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

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

 a { background-color: rgb(84,159,58); }

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

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

 span { border-color: rgb(84,159,58); }

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