#367050

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

Shades of Amazon #367050

Tints of Amazon #367050

Color information

#367050 (or 0x367050) is unknown color: approx Amazon. HEX triplet: 36, 70 and 50. RGB value is (54,112,80). Sum of RGB (Red+Green+Blue) = 54+112+80=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #367050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367050 is #C98FAF. Grayscale: #5B5B5B. Windows color (decimal): -13209520 or 5271606. OLE color: 5271606.

HSL color Cylindrical-coordinate representation of color #367050: hue angle of 146.9º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367050 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB5411280-
CMYK0.5200.290.56
HSL146.9º34.94%32.55%-
HSV(B)146.9º51.79%43.92%-
XYZ8.7612.959.63-
YUV91.01121.78101.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=21.95%
G=45.53%
B=32.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54112800.5200.290.56146.934.9432.55
Hex3670503401D38932321
Octal6616012064035702234341
Binary1101101110000101000011010001110111100010010011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367050; }

 p { color: rgb(54,112,80); }

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

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

 a { background-color: rgb(54,112,80); }

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

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

 span { border-color: rgb(54,112,80); }

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