#36795F

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

Shades of Amazon #36795F

Tints of Amazon #36795F

Color information

#36795F (or 0x36795F) is unknown color: approx Amazon. HEX triplet: 36, 79 and 5F. RGB value is (54,121,95). Sum of RGB (Red+Green+Blue) = 54+121+95=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #36795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36795F is #C986A0. Grayscale: #626262. Windows color (decimal): -13207201 or 6256950. OLE color: 6256950.

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

Color convert

RGB5412195-
CMYK0.5500.210.53
HSL156.72º38.29%34.31%-
HSV(B)156.72º55.37%47.45%-
XYZ10.4215.2913.23-
YUV98126.396.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=20%
G=44.81%
B=35.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54121950.5500.210.53156.7238.2934.31
Hex36795F37015359d2622
Octal6617113767025652354642
Binary1101101111001101111111011101010111010110011101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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