#38815E

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

Shades of Amazon #38815E

Tints of Amazon #38815E

Color information

#38815E (or 0x38815E) is unknown color: approx Amazon. HEX triplet: 38, 81 and 5E. RGB value is (56,129,94). Sum of RGB (Red+Green+Blue) = 56+129+94=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #38815E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38815E is #C77EA1. Grayscale: #676767. Windows color (decimal): -13074082 or 6193464. OLE color: 6193464.

HSL color Cylindrical-coordinate representation of color #38815E: hue angle of 151.23º 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 #38815E is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB5612994-
CMYK0.5700.270.49
HSL151.23º39.46%36.27%-
HSV(B)151.23º56.59%50.59%-
XYZ11.517.3513.33-
YUV103.18122.8294.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=20.07%
G=46.24%
B=33.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56129940.5700.270.49151.2339.4636.27
Hex38815E3901B31972724
Octal7020113671033612274744
Binary11100010000001101111011100101101111000110010111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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