#38764E

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

Shades of Amazon #38764E

Tints of Amazon #38764E

Color information

#38764E (or 0x38764E) is unknown color: approx Amazon. HEX triplet: 38, 76 and 4E. RGB value is (56,118,78). Sum of RGB (Red+Green+Blue) = 56+118+78=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #38764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38764E is #C789B1. Grayscale: #5E5E5E. Windows color (decimal): -13076914 or 5142072. OLE color: 5142072.

HSL color Cylindrical-coordinate representation of color #38764E: hue angle of 141.29º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38764E is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB5611878-
CMYK0.5300.340.54
HSL141.29º35.63%34.12%-
HSV(B)141.29º52.54%46.27%-
XYZ9.4814.359.48-
YUV94.9118.46100.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=22.22%
G=46.83%
B=30.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118780.5300.340.54141.2935.6334.12
Hex38764E35022368d2422
Octal7016611665042662154442
Binary11100011101101001110110101010001011011010001101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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