#367C48

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

Shades of Amazon #367C48

Tints of Amazon #367C48

Color information

#367C48 (or 0x367C48) is unknown color: approx Amazon. HEX triplet: 36, 7C and 48. RGB value is (54,124,72). Sum of RGB (Red+Green+Blue) = 54+124+72=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #367C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C48 is #C983B7. Grayscale: #616161. Windows color (decimal): -13206456 or 4750390. OLE color: 4750390.

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

Color convert

RGB5412472-
CMYK0.5600.420.51
HSL135.43º39.33%34.9%-
HSV(B)135.43º56.45%48.63%-
XYZ9.915.678.63-
YUV97.14113.8197.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 124 (48.83% from 255) = 49.6%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=21.6%
G=49.6%
B=28.8%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54124720.5600.420.51135.4339.3334.9
Hex367C483802A33872723
Octal6617411070052632074743
Binary11011011111001001000111000010101011001110000111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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