#387848

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

Shades of Amazon #387848

Tints of Amazon #387848

Color information

#387848 (or 0x387848) is unknown color: approx Amazon. HEX triplet: 38, 78 and 48. RGB value is (56,120,72). Sum of RGB (Red+Green+Blue) = 56+120+72=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #387848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387848 is #C787B7. Grayscale: #5F5F5F. Windows color (decimal): -13076408 or 4749368. OLE color: 4749368.

HSL color Cylindrical-coordinate representation of color #387848: hue angle of 135º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387848 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB5612072-
CMYK0.5300.400.53
HSL135º36.36%34.51%-
HSV(B)135º53.33%47.06%-
XYZ9.5214.748.47-
YUV95.39114.899.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 72 (28.52% from 255) = 29.03%
R=22.58%
G=48.39%
B=29.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120720.5300.400.5313536.3634.51
Hex3878483502835872423
Octal7017011065050652074443
Binary11100011110001001000110101010100011010110000111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387848; }

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

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

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

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

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

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

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

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