#549F3F

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

Shades of Apple #549F3F

Tints of Apple #549F3F

Color information

#549F3F (or 0x549F3F) is unknown color: approx Apple. HEX triplet: 54, 9F and 3F. RGB value is (84,159,63). Sum of RGB (Red+Green+Blue) = 84+159+63=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #549F3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549F3F is #AB60C0. Grayscale: #7D7D7D. Windows color (decimal): -11231425 or 4169556. OLE color: 4169556.

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

Color convert

RGB8415963-
CMYK0.4700.600.38
HSL106.88º43.24%43.53%-
HSV(B)106.88º60.38%62.35%-
XYZ16.9527.049.03-
YUV125.6392.6598.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 159 (62.5% from 255) = 51.96%
BLUE value IS 63 (25% from 255) = 20.59%
R=27.45%
G=51.96%
B=20.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84159630.4700.600.38106.8843.2443.53
Hex549F3F2F03C266b2b2c
Octal1242377757074461535354
Binary10101001001111111111110111101111001001101101011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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