#367C45

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

Shades of Amazon #367C45

Tints of Amazon #367C45

Color information

#367C45 (or 0x367C45) is unknown color: approx Amazon. HEX triplet: 36, 7C and 45. RGB value is (54,124,69). Sum of RGB (Red+Green+Blue) = 54+124+69=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #367C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C45 is #C983BA. Grayscale: #606060. Windows color (decimal): -13206459 or 4553782. OLE color: 4553782.

HSL color Cylindrical-coordinate representation of color #367C45: hue angle of 132.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367C45 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB5412469-
CMYK0.5600.440.51
HSL132.86º39.33%34.9%-
HSV(B)132.86º56.45%48.63%-
XYZ9.815.638.13-
YUV96.8112.3197.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 124 (48.83% from 255) = 50.20%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=21.86%
G=50.20%
B=27.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54124690.5600.440.51132.8639.3334.9
Hex367C453802C33852723
Octal6617410570054632054743
Binary11011011111001000101111000010110011001110000101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367C45; }

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

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

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

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

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

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

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

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