#367C4A

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

Shades of Amazon #367C4A

Tints of Amazon #367C4A

Color information

#367C4A (or 0x367C4A) is unknown color: approx Amazon. HEX triplet: 36, 7C and 4A. RGB value is (54,124,74). Sum of RGB (Red+Green+Blue) = 54+124+74=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 124 (48.83% from 255 or 49.21% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 124 - color contains mainly: green. Hex color #367C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C4A is #C983B5. Grayscale: #616161. Windows color (decimal): -13206454 or 4881462. OLE color: 4881462.

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

Color convert

RGB5412474-
CMYK0.5600.400.51
HSL137.14º39.33%34.9%-
HSV(B)137.14º56.45%48.63%-
XYZ9.9715.698.98-
YUV97.37114.8197.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.43%
GREEN value IS 124 (48.83% from 255) = 49.21%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=21.43%
G=49.21%
B=29.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54124740.5600.400.51137.1439.3334.9
Hex367C4A3802833892723
Octal6617411270050632114743
Binary11011011111001001010111000010100011001110001001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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