#36795C

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

Shades of Amazon #36795C

Tints of Amazon #36795C

Color information

#36795C (or 0x36795C) is unknown color: approx Amazon. HEX triplet: 36, 79 and 5C. RGB value is (54,121,92). Sum of RGB (Red+Green+Blue) = 54+121+92=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #36795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36795C is #C986A3. Grayscale: #616161. Windows color (decimal): -13207204 or 6060342. OLE color: 6060342.

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

Color convert

RGB5412192-
CMYK0.5500.240.53
HSL154.03º38.29%34.31%-
HSV(B)154.03º55.37%47.45%-
XYZ10.2915.2312.52-
YUV97.66124.896.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=20.22%
G=45.32%
B=34.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54121920.5500.240.53154.0338.2934.31
Hex36795C37018359a2622
Octal6617113467030652324642
Binary1101101111001101110011011101100011010110011010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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