#386E48

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

Shades of Amazon #386E48

Tints of Amazon #386E48

Color information

#386E48 (or 0x386E48) is unknown color: approx Amazon. HEX triplet: 38, 6E and 48. RGB value is (56,110,72). Sum of RGB (Red+Green+Blue) = 56+110+72=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 110 (43.36% from 255 or 46.22% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 110 - color contains mainly: green. Hex color #386E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E48 is #C791B7. Grayscale: #595959. Windows color (decimal): -13078968 or 4746808. OLE color: 4746808.

HSL color Cylindrical-coordinate representation of color #386E48: hue angle of 137.78º 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 #386E48 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB5611072-
CMYK0.4900.350.57
HSL137.78º32.53%32.55%-
HSV(B)137.78º49.09%43.14%-
XYZ8.3812.468.09-
YUV89.52118.11104.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 110 (43.36% from 255) = 46.22%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=23.53%
G=46.22%
B=30.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56110720.4900.350.57137.7832.5332.55
Hex386E4831023398a2121
Octal7015611061043712124141
Binary11100011011101001000110001010001111100110001010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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