#38704C

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

Shades of Amazon #38704C

Tints of Amazon #38704C

Color information

#38704C (or 0x38704C) is unknown color: approx Amazon. HEX triplet: 38, 70 and 4C. RGB value is (56,112,76). Sum of RGB (Red+Green+Blue) = 56+112+76=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #38704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38704C is #C78FB3. Grayscale: #5B5B5B. Windows color (decimal): -13078452 or 5009464. OLE color: 5009464.

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

Color convert

RGB5611276-
CMYK0.5000.320.56
HSL141.43º33.33%32.94%-
HSV(B)141.43º50%43.92%-
XYZ8.7312.958.88-
YUV91.15119.45102.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 76 (30.08% from 255) = 31.15%
R=22.95%
G=45.90%
B=31.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112760.5000.320.56141.4333.3332.94
Hex38704C32020388d2121
Octal7016011462040702154141
Binary11100011100001001100110010010000011100010001101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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