#38845D

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

Shades of Amazon #38845D

Tints of Amazon #38845D

Color information

#38845D (or 0x38845D) is unknown color: approx Amazon. HEX triplet: 38, 84 and 5D. RGB value is (56,132,93). Sum of RGB (Red+Green+Blue) = 56+132+93=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #38845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38845D is #C77BA2. Grayscale: #686868. Windows color (decimal): -13073315 or 6128696. OLE color: 6128696.

HSL color Cylindrical-coordinate representation of color #38845D: hue angle of 149.21º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38845D is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB5613293-
CMYK0.5800.300.48
HSL149.21º40.43%36.86%-
HSV(B)149.21º57.58%51.76%-
XYZ11.8618.1313.23-
YUV104.83121.3293.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=19.93%
G=46.98%
B=33.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132930.5800.300.48149.2140.4336.86
Hex38845D3A01E30952825
Octal7020413572036602255045
Binary11100010000100101110111101001111011000010010101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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