#549c3c

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

Shades of Apple #549C3C

Tints of Apple #549C3C

Color information

#549C3C (or 0x549C3C) is unknown color: approx Apple. HEX triplet: 54, 9C and 3C. RGB value is (84,156,60). Sum of RGB (Red+Green+Blue) = 84+156+60=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 156 (61.33% from 255 or 52% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 156 - color contains mainly: green. Hex color #549C3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549C3C is #AB63C3. Grayscale: #7B7B7B. Windows color (decimal): -11232196 or 3972180. OLE color: 3972180.

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

Color convert

RGB8415660-
CMYK0.4600.620.39
HSL105º44.44%42.35%-
HSV(B)105º61.54%61.18%-
XYZ16.3625.998.43-
YUV123.5392.1599.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28%
GREEN value IS 156 (61.33% from 255) = 52%
BLUE value IS 60 (23.83% from 255) = 20%
R=28%
G=52%
B=20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84156600.4600.620.3910544.4442.35
Hex549C3C2E03E27692c2a
Octal1242347456076471515452
Binary10101001001110011110010111001111101001111101001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549c3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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