#38785E

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

Shades of Amazon #38785E

Tints of Amazon #38785E

Color information

#38785E (or 0x38785E) is unknown color: approx Amazon. HEX triplet: 38, 78 and 5E. RGB value is (56,120,94). Sum of RGB (Red+Green+Blue) = 56+120+94=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #38785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38785E is #C787A1. Grayscale: #616161. Windows color (decimal): -13076386 or 6191160. OLE color: 6191160.

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

Color convert

RGB5612094-
CMYK0.5300.220.53
HSL155.62º36.36%34.51%-
HSV(B)155.62º53.33%47.06%-
XYZ10.3715.0812.95-
YUV97.9125.898.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=20.74%
G=44.44%
B=34.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120940.5300.220.53155.6236.3634.51
Hex38785E35016359c2423
Octal7017013665026652344443
Binary1110001111000101111011010101011011010110011100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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