#367748

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

Shades of Amazon #367748

Tints of Amazon #367748

Color information

#367748 (or 0x367748) is unknown color: approx Amazon. HEX triplet: 36, 77 and 48. RGB value is (54,119,72). Sum of RGB (Red+Green+Blue) = 54+119+72=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #367748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367748 is #C988B7. Grayscale: #5E5E5E. Windows color (decimal): -13207736 or 4749110. OLE color: 4749110.

HSL color Cylindrical-coordinate representation of color #367748: hue angle of 136.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367748 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB5411972-
CMYK0.5500.390.53
HSL136.62º37.57%33.92%-
HSV(B)136.62º54.62%46.67%-
XYZ9.2914.458.43-
YUV94.21115.4799.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 119 (46.88% from 255) = 48.57%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=22.04%
G=48.57%
B=29.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54119720.5500.390.53136.6237.5733.92
Hex3677483702735892622
Octal6616711067047652114642
Binary11011011101111001000110111010011111010110001001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367748; }

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

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

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

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

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

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

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

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