#38815D

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

Shades of Amazon #38815D

Tints of Amazon #38815D

Color information

#38815D (or 0x38815D) is unknown color: approx Amazon. HEX triplet: 38, 81 and 5D. RGB value is (56,129,93). Sum of RGB (Red+Green+Blue) = 56+129+93=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #38815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38815D is #C77EA2. Grayscale: #676767. Windows color (decimal): -13074083 or 6127928. OLE color: 6127928.

HSL color Cylindrical-coordinate representation of color #38815D: hue angle of 150.41º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38815D is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB5612993-
CMYK0.5700.280.49
HSL150.41º39.46%36.27%-
HSV(B)150.41º56.59%50.59%-
XYZ11.4617.3313.1-
YUV103.07122.3294.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 129 (50.78% from 255) = 46.40%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=20.14%
G=46.40%
B=33.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56129930.5700.280.49150.4139.4636.27
Hex38815D3901C31962724
Octal7020113571034612264744
Binary11100010000001101110111100101110011000110010110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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