#367645

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

Shades of Amazon #367645

Tints of Amazon #367645

Color information

#367645 (or 0x367645) is unknown color: approx Amazon. HEX triplet: 36, 76 and 45. RGB value is (54,118,69). Sum of RGB (Red+Green+Blue) = 54+118+69=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #367645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367645 is #C989BA. Grayscale: #5D5D5D. Windows color (decimal): -13207995 or 4552246. OLE color: 4552246.

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

Color convert

RGB5411869-
CMYK0.5400.420.54
HSL134.06º37.21%33.73%-
HSV(B)134.06º54.24%46.27%-
XYZ9.0714.177.89-
YUV93.28114.399.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 118 (46.48% from 255) = 48.96%
BLUE value IS 69 (27.34% from 255) = 28.63%
R=22.41%
G=48.96%
B=28.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118690.5400.420.54134.0637.2133.73
Hex3676453602A36862522
Octal6616610566052662064542
Binary11011011101101000101110110010101011011010000110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367645; }

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

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

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

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

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

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

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

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