#38704E

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

Shades of Amazon #38704E

Tints of Amazon #38704E

Color information

#38704E (or 0x38704E) is unknown color: approx Amazon. HEX triplet: 38, 70 and 4E. RGB value is (56,112,78). Sum of RGB (Red+Green+Blue) = 56+112+78=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #38704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38704E is #C78FB1. Grayscale: #5B5B5B. Windows color (decimal): -13078450 or 5140536. OLE color: 5140536.

HSL color Cylindrical-coordinate representation of color #38704E: hue angle of 143.57º 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 #38704E is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB5611278-
CMYK0.5000.300.56
HSL143.57º33.33%32.94%-
HSV(B)143.57º50%43.92%-
XYZ8.812.989.25-
YUV91.38120.45102.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=22.76%
G=45.53%
B=31.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112780.5000.300.56143.5733.3332.94
Hex38704E3201E38902121
Octal7016011662036702204141
Binary1110001110000100111011001001111011100010010000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38704E; }

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

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

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

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

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

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

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

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