#387648

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

Shades of Amazon #387648

Tints of Amazon #387648

Color information

#387648 (or 0x387648) is unknown color: approx Amazon. HEX triplet: 38, 76 and 48. RGB value is (56,118,72). Sum of RGB (Red+Green+Blue) = 56+118+72=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #387648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387648 is #C789B7. Grayscale: #5E5E5E. Windows color (decimal): -13076920 or 4748856. OLE color: 4748856.

HSL color Cylindrical-coordinate representation of color #387648: hue angle of 135.48º 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 #387648 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB5611872-
CMYK0.5300.390.54
HSL135.48º35.63%34.12%-
HSV(B)135.48º52.54%46.27%-
XYZ9.2814.278.4-
YUV94.22115.46100.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 118 (46.48% from 255) = 47.97%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=22.76%
G=47.97%
B=29.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118720.5300.390.54135.4835.6334.12
Hex3876483502736872422
Octal7016611065047662074442
Binary11100011101101001000110101010011111011010000111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387648; }

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

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

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

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

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

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

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

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