#367654

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

Shades of Amazon #367654

Tints of Amazon #367654

Color information

#367654 (or 0x367654) is unknown color: approx Amazon. HEX triplet: 36, 76 and 54. RGB value is (54,118,84). Sum of RGB (Red+Green+Blue) = 54+118+84=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #367654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367654 is #C989AB. Grayscale: #5F5F5F. Windows color (decimal): -13207980 or 5535286. OLE color: 5535286.

HSL color Cylindrical-coordinate representation of color #367654: hue angle of 148.12º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #367654 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB5411884-
CMYK0.5400.290.54
HSL148.12º37.21%33.73%-
HSV(B)148.12º54.24%46.27%-
XYZ9.614.3810.66-
YUV94.99121.898.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 118 (46.48% from 255) = 46.09%
BLUE value IS 84 (33.20% from 255) = 32.81%
R=21.09%
G=46.09%
B=32.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118840.5400.290.54148.1237.2133.73
Hex3676543601D36942522
Octal6616612466035662244542
Binary1101101110110101010011011001110111011010010100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367654; }

 p { color: rgb(54,118,84); }

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

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

 a { background-color: rgb(54,118,84); }

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

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

 span { border-color: rgb(54,118,84); }

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