#38714B

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

Shades of Amazon #38714B

Tints of Amazon #38714B

Color information

#38714B (or 0x38714B) is unknown color: approx Amazon. HEX triplet: 38, 71 and 4B. RGB value is (56,113,75). Sum of RGB (Red+Green+Blue) = 56+113+75=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #38714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38714B is #C78EB4. Grayscale: #5B5B5B. Windows color (decimal): -13078197 or 4944184. OLE color: 4944184.

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

Color convert

RGB5611375-
CMYK0.5000.340.56
HSL140º33.73%33.14%-
HSV(B)140º50.44%44.31%-
XYZ8.8113.168.73-
YUV91.62118.62102.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 113 (44.53% from 255) = 46.31%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=22.95%
G=46.31%
B=30.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113750.5000.340.5614033.7333.14
Hex38714B32022388c2221
Octal7016111362042702144241
Binary11100011100011001011110010010001011100010001100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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