#36795D

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

Shades of Amazon #36795D

Tints of Amazon #36795D

Color information

#36795D (or 0x36795D) is unknown color: approx Amazon. HEX triplet: 36, 79 and 5D. RGB value is (54,121,93). Sum of RGB (Red+Green+Blue) = 54+121+93=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #36795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36795D is #C986A2. Grayscale: #616161. Windows color (decimal): -13207203 or 6125878. OLE color: 6125878.

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

Color convert

RGB5412193-
CMYK0.5500.230.53
HSL154.93º38.29%34.31%-
HSV(B)154.93º55.37%47.45%-
XYZ10.3315.2512.75-
YUV97.78125.396.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 121 (47.66% from 255) = 45.15%
BLUE value IS 93 (36.72% from 255) = 34.70%
R=20.15%
G=45.15%
B=34.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54121930.5500.230.53154.9338.2934.31
Hex36795D37017359b2622
Octal6617113567027652334642
Binary1101101111001101110111011101011111010110011011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36795D; }

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

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

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

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

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

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

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

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