#36754E

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

Shades of Amazon #36754E

Tints of Amazon #36754E

Color information

#36754E (or 0x36754E) is unknown color: approx Amazon. HEX triplet: 36, 75 and 4E. RGB value is (54,117,78). Sum of RGB (Red+Green+Blue) = 54+117+78=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #36754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36754E is #C98AB1. Grayscale: #5D5D5D. Windows color (decimal): -13208242 or 5141814. OLE color: 5141814.

HSL color Cylindrical-coordinate representation of color #36754E: hue angle of 142.86º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36754E is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB5411778-
CMYK0.5400.330.54
HSL142.86º36.84%33.53%-
HSV(B)142.86º53.85%45.88%-
XYZ9.2614.069.43-
YUV93.72119.1399.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 117 (46.09% from 255) = 46.99%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=21.69%
G=46.99%
B=31.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54117780.5400.330.54142.8636.8433.53
Hex36754E36021368f2522
Octal6616511666041662174542
Binary11011011101011001110110110010000111011010001111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,117,78); }

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

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

 a { background-color: rgb(54,117,78); }

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

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

 span { border-color: rgb(54,117,78); }

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