#38755D

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

Shades of Amazon #38755D

Tints of Amazon #38755D

Color information

#38755D (or 0x38755D) is unknown color: approx Amazon. HEX triplet: 38, 75 and 5D. RGB value is (56,117,93). Sum of RGB (Red+Green+Blue) = 56+117+93=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #38755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38755D is #C78AA2. Grayscale: #606060. Windows color (decimal): -13077155 or 6124856. OLE color: 6124856.

HSL color Cylindrical-coordinate representation of color #38755D: hue angle of 156.39º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38755D is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB5611793-
CMYK0.5200.210.54
HSL156.39º35.26%33.92%-
HSV(B)156.39º52.14%45.88%-
XYZ9.9714.3512.6-
YUV96.02126.2999.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=21.05%
G=43.98%
B=34.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117930.5200.210.54156.3935.2633.92
Hex38755D34015369c2322
Octal7016513564025662344342
Binary1110001110101101110111010001010111011010011100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38755D; }

 p { color: rgb(56,117,93); }

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

<style>
 a { background-color: #38755D; }

 a { background-color: rgb(56,117,93); }

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

<style>
 span { border-color: #38755D; }

 span { border-color: rgb(56,117,93); }

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