#367257

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

Shades of Amazon #367257

Tints of Amazon #367257

Color information

#367257 (or 0x367257) is unknown color: approx Amazon. HEX triplet: 36, 72 and 57. RGB value is (54,114,87). Sum of RGB (Red+Green+Blue) = 54+114+87=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #367257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367257 is #C98DA8. Grayscale: #5D5D5D. Windows color (decimal): -13209001 or 5730870. OLE color: 5730870.

HSL color Cylindrical-coordinate representation of color #367257: hue angle of 153º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367257 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB5411487-
CMYK0.5300.240.55
HSL153º35.71%32.94%-
HSV(B)153º52.63%44.71%-
XYZ9.2613.5111.14-
YUV92.98124.62100.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=21.18%
G=44.71%
B=34.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114870.5300.240.5515335.7132.94
Hex3672573501837992421
Octal6616212765030672314441
Binary1101101110010101011111010101100011011110011001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367257; }

 p { color: rgb(54,114,87); }

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

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

 a { background-color: rgb(54,114,87); }

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

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

 span { border-color: rgb(54,114,87); }

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