#367755

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

Shades of Amazon #367755

Tints of Amazon #367755

Color information

#367755 (or 0x367755) is unknown color: approx Amazon. HEX triplet: 36, 77 and 55. RGB value is (54,119,85). Sum of RGB (Red+Green+Blue) = 54+119+85=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #367755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367755 is #C988AA. Grayscale: #5F5F5F. Windows color (decimal): -13207723 or 5601078. OLE color: 5601078.

HSL color Cylindrical-coordinate representation of color #367755: hue angle of 148.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367755 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB5411985-
CMYK0.5500.290.53
HSL148.62º37.57%33.92%-
HSV(B)148.62º54.62%46.67%-
XYZ9.7614.6310.9-
YUV95.69121.9798.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 85 (33.59% from 255) = 32.95%
R=20.93%
G=46.12%
B=32.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54119850.5500.290.53148.6237.5733.92
Hex3677553701D35952622
Octal6616712567035652254642
Binary1101101110111101010111011101110111010110010101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367755; }

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

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

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

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

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

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

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

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