#38714E

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

Shades of Amazon #38714E

Tints of Amazon #38714E

Color information

#38714E (or 0x38714E) is unknown color: approx Amazon. HEX triplet: 38, 71 and 4E. RGB value is (56,113,78). Sum of RGB (Red+Green+Blue) = 56+113+78=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #38714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38714E is #C78EB1. Grayscale: #5C5C5C. Windows color (decimal): -13078194 or 5140792. OLE color: 5140792.

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

Color convert

RGB5611378-
CMYK0.5000.310.56
HSL143.16º33.73%33.14%-
HSV(B)143.16º50.44%44.31%-
XYZ8.9113.29.29-
YUV91.97120.12102.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 113 (44.53% from 255) = 45.75%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=22.67%
G=45.75%
B=31.58%

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
Decimal56113780.5000.310.56143.1633.7333.14
Hex38714E3201F388f2221
Octal7016111662037702174241
Binary1110001110001100111011001001111111100010001111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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