#387256

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

Shades of Amazon #387256

Tints of Amazon #387256

Color information

#387256 (or 0x387256) is unknown color: approx Amazon. HEX triplet: 38, 72 and 56. RGB value is (56,114,86). Sum of RGB (Red+Green+Blue) = 56+114+86=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #387256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387256 is #C78DA9. Grayscale: #5D5D5D. Windows color (decimal): -13077930 or 5665336. OLE color: 5665336.

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

Color convert

RGB5611486-
CMYK0.5100.250.55
HSL151.03º34.12%33.33%-
HSV(B)151.03º50.88%44.71%-
XYZ9.3313.5510.93-
YUV93.47123.78101.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 114 (44.92% from 255) = 44.53%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=21.88%
G=44.53%
B=33.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114860.5100.250.55151.0334.1233.33
Hex3872563301937972221
Octal7016212663031672274241
Binary1110001110010101011011001101100111011110010111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387256; }

 p { color: rgb(56,114,86); }

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

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

 a { background-color: rgb(56,114,86); }

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

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

 span { border-color: rgb(56,114,86); }

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