#38785F

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

Shades of Amazon #38785F

Tints of Amazon #38785F

Color information

#38785F (or 0x38785F) is unknown color: approx Amazon. HEX triplet: 38, 78 and 5F. RGB value is (56,120,95). Sum of RGB (Red+Green+Blue) = 56+120+95=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #38785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38785F is #C787A0. Grayscale: #626262. Windows color (decimal): -13076385 or 6256696. OLE color: 6256696.

HSL color Cylindrical-coordinate representation of color #38785F: hue angle of 156.56º 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 #38785F is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB5612095-
CMYK0.5300.210.53
HSL156.56º36.36%34.51%-
HSV(B)156.56º53.33%47.06%-
XYZ10.4115.113.19-
YUV98.01126.398.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.66%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=20.66%
G=44.28%
B=35.06%

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
Decimal56120950.5300.210.53156.5636.3634.51
Hex38785F35015359d2423
Octal7017013765025652354443
Binary1110001111000101111111010101010111010110011101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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