#367946

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

Shades of Amazon #367946

Tints of Amazon #367946

Color information

#367946 (or 0x367946) is unknown color: approx Amazon. HEX triplet: 36, 79 and 46. RGB value is (54,121,70). Sum of RGB (Red+Green+Blue) = 54+121+70=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #367946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367946 is #C986B9. Grayscale: #5F5F5F. Windows color (decimal): -13207226 or 4618550. OLE color: 4618550.

HSL color Cylindrical-coordinate representation of color #367946: hue angle of 134.33º 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 #367946 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB5412170-
CMYK0.5500.420.53
HSL134.33º38.29%34.31%-
HSV(B)134.33º55.37%47.45%-
XYZ9.4614.98.17-
YUV95.15113.898.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 70 (27.73% from 255) = 28.57%
R=22.04%
G=49.39%
B=28.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54121700.5500.420.53134.3338.2934.31
Hex3679463702A35862622
Octal6617110667052652064642
Binary11011011110011000110110111010101011010110000110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367946; }

 p { color: rgb(54,121,70); }

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

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

 a { background-color: rgb(54,121,70); }

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

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

 span { border-color: rgb(54,121,70); }

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