#387052

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

Shades of Amazon #387052

Tints of Amazon #387052

Color information

#387052 (or 0x387052) is unknown color: approx Amazon. HEX triplet: 38, 70 and 52. RGB value is (56,112,82). Sum of RGB (Red+Green+Blue) = 56+112+82=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #387052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387052 is #C78FAD. Grayscale: #5B5B5B. Windows color (decimal): -13078446 or 5402680. OLE color: 5402680.

HSL color Cylindrical-coordinate representation of color #387052: hue angle of 147.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387052 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB5611282-
CMYK0.5000.270.56
HSL147.86º33.33%32.94%-
HSV(B)147.86º50%43.92%-
XYZ8.9513.0410.03-
YUV91.84122.45102.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 112 (44.14% from 255) = 44.8%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=22.4%
G=44.8%
B=32.8%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112820.5000.270.56147.8633.3332.94
Hex3870523201B38942121
Octal7016012262033702244141
Binary1110001110000101001011001001101111100010010100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387052; }

 p { color: rgb(56,112,82); }

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

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

 a { background-color: rgb(56,112,82); }

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

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

 span { border-color: rgb(56,112,82); }

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