#549D40

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

Shades of Apple #549D40

Tints of Apple #549D40

Color information

#549D40 (or 0x549D40) is unknown color: approx Apple. HEX triplet: 54, 9D and 40. RGB value is (84,157,64). Sum of RGB (Red+Green+Blue) = 84+157+64=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #549D40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549D40 is #AB62BF. Grayscale: #7C7C7C. Windows color (decimal): -11231936 or 4234580. OLE color: 4234580.

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

Color convert

RGB8415764-
CMYK0.4600.590.38
HSL107.1º42.08%43.33%-
HSV(B)107.1º59.24%61.57%-
XYZ16.6426.379.06-
YUV124.5793.8299.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 157 (61.72% from 255) = 51.48%
BLUE value IS 64 (25.39% from 255) = 20.98%
R=27.54%
G=51.48%
B=20.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84157640.4600.590.38107.142.0843.33
Hex549D402E03B266b2a2b
Octal12423510056073461535253
Binary101010010011101100000010111001110111001101101011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,157,64); }

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

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

 a { background-color: rgb(84,157,64); }

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

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

 span { border-color: rgb(84,157,64); }

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