#367648

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

Shades of Amazon #367648

Tints of Amazon #367648

Color information

#367648 (or 0x367648) is unknown color: approx Amazon. HEX triplet: 36, 76 and 48. RGB value is (54,118,72). Sum of RGB (Red+Green+Blue) = 54+118+72=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #367648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367648 is #C989B7. Grayscale: #5D5D5D. Windows color (decimal): -13207992 or 4748854. OLE color: 4748854.

HSL color Cylindrical-coordinate representation of color #367648: hue angle of 136.88º 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 #367648 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB5411872-
CMYK0.5400.390.54
HSL136.88º37.21%33.73%-
HSV(B)136.88º54.24%46.27%-
XYZ9.1714.218.39-
YUV93.62115.899.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=22.13%
G=48.36%
B=29.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118720.5400.390.54136.8837.2133.73
Hex3676483602736892522
Octal6616611066047662114542
Binary11011011101101001000110110010011111011010001001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367648; }

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

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

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

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

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

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

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

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