#36805E

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

Shades of Amazon #36805E

Tints of Amazon #36805E

Color information

#36805E (or 0x36805E) is unknown color: approx Amazon. HEX triplet: 36, 80 and 5E. RGB value is (54,128,94). Sum of RGB (Red+Green+Blue) = 54+128+94=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #36805E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36805E is #C97FA1. Grayscale: #666666. Windows color (decimal): -13205410 or 6193206. OLE color: 6193206.

HSL color Cylindrical-coordinate representation of color #36805E: hue angle of 152.43º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36805E is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB5412894-
CMYK0.5800.270.50
HSL152.43º40.66%35.69%-
HSV(B)152.43º57.81%50.2%-
XYZ11.2617.0313.28-
YUV102123.4893.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.57%
GREEN value IS 128 (50.39% from 255) = 46.38%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=19.57%
G=46.38%
B=34.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54128940.5800.270.50152.4340.6635.69
Hex36805E3A01B32982924
Octal6620013672033622305144
Binary11011010000000101111011101001101111001010011000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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