#386E52

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

Shades of Amazon #386E52

Tints of Amazon #386E52

Color information

#386E52 (or 0x386E52) is unknown color: approx Amazon. HEX triplet: 38, 6E and 52. RGB value is (56,110,82). Sum of RGB (Red+Green+Blue) = 56+110+82=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #386E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E52 is #C791AD. Grayscale: #5A5A5A. Windows color (decimal): -13078958 or 5402168. OLE color: 5402168.

HSL color Cylindrical-coordinate representation of color #386E52: hue angle of 148.89º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386E52 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB5611082-
CMYK0.4900.250.57
HSL148.89º32.53%32.55%-
HSV(B)148.89º49.09%43.14%-
XYZ8.7312.69.95-
YUV90.66123.11103.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 110 (43.36% from 255) = 44.35%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=22.58%
G=44.35%
B=33.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56110820.4900.250.57148.8932.5332.55
Hex386E523101939952121
Octal7015612261031712254141
Binary1110001101110101001011000101100111100110010101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386E52; }

 p { color: rgb(56,110,82); }

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

<style>
 a { background-color: #386E52; }

 a { background-color: rgb(56,110,82); }

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

<style>
 span { border-color: #386E52; }

 span { border-color: rgb(56,110,82); }

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