#38714D

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

Shades of Amazon #38714D

Tints of Amazon #38714D

Color information

#38714D (or 0x38714D) is unknown color: approx Amazon. HEX triplet: 38, 71 and 4D. RGB value is (56,113,77). Sum of RGB (Red+Green+Blue) = 56+113+77=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #38714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38714D is #C78EB2. Grayscale: #5B5B5B. Windows color (decimal): -13078195 or 5075256. OLE color: 5075256.

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

Color convert

RGB5611377-
CMYK0.5000.320.56
HSL142.11º33.73%33.14%-
HSV(B)142.11º50.44%44.31%-
XYZ8.8813.199.1-
YUV91.85119.62102.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 77 (30.47% from 255) = 31.30%
R=22.76%
G=45.93%
B=31.30%

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
Decimal56113770.5000.320.56142.1133.7333.14
Hex38714D32020388e2221
Octal7016111562040702164241
Binary11100011100011001101110010010000011100010001110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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