#367655

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

Shades of Amazon #367655

Tints of Amazon #367655

Color information

#367655 (or 0x367655) is unknown color: approx Amazon. HEX triplet: 36, 76 and 55. RGB value is (54,118,85). Sum of RGB (Red+Green+Blue) = 54+118+85=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #367655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367655 is #C989AA. Grayscale: #5F5F5F. Windows color (decimal): -13207979 or 5600822. OLE color: 5600822.

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

Color convert

RGB5411885-
CMYK0.5400.280.54
HSL149.06º37.21%33.73%-
HSV(B)149.06º54.24%46.27%-
XYZ9.6414.410.87-
YUV95.1122.398.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=21.01%
G=45.91%
B=33.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118850.5400.280.54149.0637.2133.73
Hex3676553601C36952522
Octal6616612566034662254542
Binary1101101110110101010111011001110011011010010101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367655; }

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

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

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

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

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

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

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

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