#36795A

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

Shades of Amazon #36795A

Tints of Amazon #36795A

Color information

#36795A (or 0x36795A) is unknown color: approx Amazon. HEX triplet: 36, 79 and 5A. RGB value is (54,121,90). Sum of RGB (Red+Green+Blue) = 54+121+90=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #36795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36795A is #C986A5. Grayscale: #616161. Windows color (decimal): -13207206 or 5929270. OLE color: 5929270.

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

Color convert

RGB5412190-
CMYK0.5500.260.53
HSL152.24º38.29%34.31%-
HSV(B)152.24º55.37%47.45%-
XYZ10.215.212.07-
YUV97.43123.897.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 121 (47.66% from 255) = 45.66%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=20.38%
G=45.66%
B=33.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54121900.5500.260.53152.2438.2934.31
Hex36795A3701A35982622
Octal6617113267032652304642
Binary1101101111001101101011011101101011010110011000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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