#367E45

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

Shades of Amazon #367E45

Tints of Amazon #367E45

Color information

#367E45 (or 0x367E45) is unknown color: approx Amazon. HEX triplet: 36, 7E and 45. RGB value is (54,126,69). Sum of RGB (Red+Green+Blue) = 54+126+69=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #367E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367E45 is #C981BA. Grayscale: #626262. Windows color (decimal): -13205947 or 4554294. OLE color: 4554294.

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

Color convert

RGB5412669-
CMYK0.5700.450.51
HSL132.5º40%35.29%-
HSV(B)132.5º57.14%49.41%-
XYZ10.0616.148.21-
YUV97.97111.6596.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 126 (49.61% from 255) = 50.60%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=21.69%
G=50.60%
B=27.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54126690.5700.450.51132.54035.29
Hex367E453902D33842823
Octal6617610571055632045043
Binary11011011111101000101111001010110111001110000100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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