#366E4A

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

Shades of Amazon #366E4A

Tints of Amazon #366E4A

Color information

#366E4A (or 0x366E4A) is unknown color: approx Amazon. HEX triplet: 36, 6E and 4A. RGB value is (54,110,74). Sum of RGB (Red+Green+Blue) = 54+110+74=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 110 (43.36% from 255 or 46.22% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 110 - color contains mainly: green. Hex color #366E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366E4A is #C991B5. Grayscale: #595959. Windows color (decimal): -13210038 or 4877878. OLE color: 4877878.

HSL color Cylindrical-coordinate representation of color #366E4A: hue angle of 141.43º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366E4A is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB5411074-
CMYK0.5100.330.57
HSL141.43º34.15%32.16%-
HSV(B)141.43º50.91%43.14%-
XYZ8.3312.438.44-
YUV89.15119.45102.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 110 (43.36% from 255) = 46.22%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=22.69%
G=46.22%
B=31.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54110740.5100.330.57141.4334.1532.16
Hex366E4A33021398d2220
Octal6615611263041712154240
Binary11011011011101001010110011010000111100110001101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366E4A; }

 p { color: rgb(54,110,74); }

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

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

 a { background-color: rgb(54,110,74); }

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

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

 span { border-color: rgb(54,110,74); }

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