#36775E

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

Shades of Amazon #36775E

Tints of Amazon #36775E

Color information

#36775E (or 0x36775E) is unknown color: approx Amazon. HEX triplet: 36, 77 and 5E. RGB value is (54,119,94). Sum of RGB (Red+Green+Blue) = 54+119+94=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #36775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36775E is #C988A1. Grayscale: #606060. Windows color (decimal): -13207714 or 6190902. OLE color: 6190902.

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

Color convert

RGB5411994-
CMYK0.5500.210.53
HSL156.92º37.57%33.92%-
HSV(B)156.92º54.62%46.67%-
XYZ10.1414.7912.91-
YUV96.72126.4797.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=20.22%
G=44.57%
B=35.21%

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
Decimal54119940.5500.210.53156.9237.5733.92
Hex36775E37015359d2622
Octal6616713667025652354642
Binary1101101110111101111011011101010111010110011101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36775E; }

 p { color: rgb(54,119,94); }

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

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

 a { background-color: rgb(54,119,94); }

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

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

 span { border-color: rgb(54,119,94); }

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