#367C4E

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

Shades of Amazon #367C4E

Tints of Amazon #367C4E

Color information

#367C4E (or 0x367C4E) is unknown color: approx Amazon. HEX triplet: 36, 7C and 4E. RGB value is (54,124,78). Sum of RGB (Red+Green+Blue) = 54+124+78=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #367C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C4E is #C983B1. Grayscale: #616161. Windows color (decimal): -13206450 or 5143606. OLE color: 5143606.

HSL color Cylindrical-coordinate representation of color #367C4E: hue angle of 140.57º 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 #367C4E is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB5412478-
CMYK0.5600.370.51
HSL140.57º39.33%34.9%-
HSV(B)140.57º56.45%48.63%-
XYZ10.115.759.72-
YUV97.83116.8196.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 124 (48.83% from 255) = 48.44%
BLUE value IS 78 (30.86% from 255) = 30.47%
R=21.09%
G=48.44%
B=30.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54124780.5600.370.51140.5739.3334.9
Hex367C4E38025338d2723
Octal6617411670045632154743
Binary11011011111001001110111000010010111001110001101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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