#38704D

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

Shades of Amazon #38704D

Tints of Amazon #38704D

Color information

#38704D (or 0x38704D) is unknown color: approx Amazon. HEX triplet: 38, 70 and 4D. RGB value is (56,112,77). Sum of RGB (Red+Green+Blue) = 56+112+77=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #38704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38704D is #C78FB2. Grayscale: #5B5B5B. Windows color (decimal): -13078451 or 5075000. OLE color: 5075000.

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

Color convert

RGB5611277-
CMYK0.5000.310.56
HSL142.5º33.33%32.94%-
HSV(B)142.5º50%43.92%-
XYZ8.7612.969.06-
YUV91.27119.95102.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=22.86%
G=45.71%
B=31.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112770.5000.310.56142.533.3332.94
Hex38704D3201F388e2121
Octal7016011562037702164141
Binary1110001110000100110111001001111111100010001110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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