#38775E

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

Shades of Amazon #38775E

Tints of Amazon #38775E

Color information

#38775E (or 0x38775E) is unknown color: approx Amazon. HEX triplet: 38, 77 and 5E. RGB value is (56,119,94). Sum of RGB (Red+Green+Blue) = 56+119+94=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #38775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38775E is #C788A1. Grayscale: #616161. Windows color (decimal): -13076642 or 6190904. OLE color: 6190904.

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

Color convert

RGB5611994-
CMYK0.5300.210.53
HSL156.19º36%34.31%-
HSV(B)156.19º52.94%46.67%-
XYZ10.2514.8412.91-
YUV97.31126.1398.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 119 (46.88% from 255) = 44.24%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=20.82%
G=44.24%
B=34.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119940.5300.210.53156.193634.31
Hex38775E35015359c2422
Octal7016713665025652344442
Binary1110001110111101111011010101010111010110011100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,119,94); }

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

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

 a { background-color: rgb(56,119,94); }

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

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

 span { border-color: rgb(56,119,94); }

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