#549B3D

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

Shades of Apple #549B3D

Tints of Apple #549B3D

Color information

#549B3D (or 0x549B3D) is unknown color: approx Apple. HEX triplet: 54, 9B and 3D. RGB value is (84,155,61). Sum of RGB (Red+Green+Blue) = 84+155+61=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #549B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549B3D is #AB64C2. Grayscale: #7B7B7B. Windows color (decimal): -11232451 or 4037460. OLE color: 4037460.

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

Color convert

RGB8415561-
CMYK0.4600.610.39
HSL105.32º43.52%42.35%-
HSV(B)105.32º60.65%60.78%-
XYZ16.2225.668.51-
YUV123.0692.98100.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28%
GREEN value IS 155 (60.94% from 255) = 51.67%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=28%
G=51.67%
B=20.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84155610.4600.610.39105.3243.5242.35
Hex549B3D2E03D27692c2a
Octal1242337556075471515452
Binary10101001001101111110110111001111011001111101001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,155,61); }

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

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

 a { background-color: rgb(84,155,61); }

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

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

 span { border-color: rgb(84,155,61); }

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