#387358

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

Shades of Amazon #387358

Tints of Amazon #387358

Color information

#387358 (or 0x387358) is unknown color: approx Amazon. HEX triplet: 38, 73 and 58. RGB value is (56,115,88). Sum of RGB (Red+Green+Blue) = 56+115+88=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #387358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387358 is #C78CA7. Grayscale: #5E5E5E. Windows color (decimal): -13077672 or 5796664. OLE color: 5796664.

HSL color Cylindrical-coordinate representation of color #387358: hue angle of 152.54º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #387358 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB5611588-
CMYK0.5100.230.55
HSL152.54º34.5%33.53%-
HSV(B)152.54º51.3%45.1%-
XYZ9.5213.8111.4-
YUV94.28124.45100.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 88 (34.77% from 255) = 33.98%
R=21.62%
G=44.40%
B=33.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115880.5100.230.55152.5434.533.53
Hex3873583301737992322
Octal7016313063027672314342
Binary1110001110011101100011001101011111011110011001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387358; }

 p { color: rgb(56,115,88); }

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

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

 a { background-color: rgb(56,115,88); }

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

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

 span { border-color: rgb(56,115,88); }

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