#387655

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

Shades of Amazon #387655

Tints of Amazon #387655

Color information

#387655 (or 0x387655) is unknown color: approx Amazon. HEX triplet: 38, 76 and 55. RGB value is (56,118,85). Sum of RGB (Red+Green+Blue) = 56+118+85=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #387655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387655 is #C789AA. Grayscale: #5F5F5F. Windows color (decimal): -13076907 or 5600824. OLE color: 5600824.

HSL color Cylindrical-coordinate representation of color #387655: hue angle of 148.06º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387655 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB5611885-
CMYK0.5300.280.54
HSL148.06º35.63%34.12%-
HSV(B)148.06º52.54%46.27%-
XYZ9.7514.4510.87-
YUV95.7121.9699.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 85 (33.59% from 255) = 32.82%
R=21.62%
G=45.56%
B=32.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118850.5300.280.54148.0635.6334.12
Hex3876553501C36942422
Octal7016612565034662244442
Binary1110001110110101010111010101110011011010010100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387655; }

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

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

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

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

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

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

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

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