#367B4E

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

Shades of Amazon #367B4E

Tints of Amazon #367B4E

Color information

#367B4E (or 0x367B4E) is unknown color: approx Amazon. HEX triplet: 36, 7B and 4E. RGB value is (54,123,78). Sum of RGB (Red+Green+Blue) = 54+123+78=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 123 - color contains mainly: green. Hex color #367B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367B4E is #C984B1. Grayscale: #616161. Windows color (decimal): -13206706 or 5143350. OLE color: 5143350.

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

Color convert

RGB5412378-
CMYK0.5600.370.52
HSL140.87º38.98%34.71%-
HSV(B)140.87º56.1%48.24%-
XYZ9.9815.59.67-
YUV97.24117.1497.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 123 (48.44% from 255) = 48.24%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=21.18%
G=48.24%
B=30.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54123780.5600.370.52140.8738.9834.71
Hex367B4E38025348d2723
Octal6617311670045642154743
Binary11011011110111001110111000010010111010010001101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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