#36754A

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

Shades of Amazon #36754A

Tints of Amazon #36754A

Color information

#36754A (or 0x36754A) is unknown color: approx Amazon. HEX triplet: 36, 75 and 4A. RGB value is (54,117,74). Sum of RGB (Red+Green+Blue) = 54+117+74=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #36754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36754A is #C98AB5. Grayscale: #5D5D5D. Windows color (decimal): -13208246 or 4879670. OLE color: 4879670.

HSL color Cylindrical-coordinate representation of color #36754A: hue angle of 139.05º 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 #36754A is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB5411774-
CMYK0.5400.370.54
HSL139.05º36.84%33.53%-
HSV(B)139.05º53.85%45.88%-
XYZ9.12148.7-
YUV93.26117.13100-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 117 (46.09% from 255) = 47.76%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=22.04%
G=47.76%
B=30.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54117740.5400.370.54139.0536.8433.53
Hex36754A36025368b2522
Octal6616511266045662134542
Binary11011011101011001010110110010010111011010001011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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