#387255

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

Shades of Amazon #387255

Tints of Amazon #387255

Color information

#387255 (or 0x387255) is unknown color: approx Amazon. HEX triplet: 38, 72 and 55. RGB value is (56,114,85). Sum of RGB (Red+Green+Blue) = 56+114+85=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #387255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387255 is #C78DAA. Grayscale: #5D5D5D. Windows color (decimal): -13077931 or 5599800. OLE color: 5599800.

HSL color Cylindrical-coordinate representation of color #387255: hue angle of 150º 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 #387255 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB5611485-
CMYK0.5100.250.55
HSL150º34.12%33.33%-
HSV(B)150º50.88%44.71%-
XYZ9.2913.5310.72-
YUV93.35123.28101.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=21.96%
G=44.71%
B=33.33%

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
Decimal56114850.5100.250.5515034.1233.33
Hex3872553301937962221
Octal7016212563031672264241
Binary1110001110010101010111001101100111011110010110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387255; }

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

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

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

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

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

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

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

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