#388053

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

Shades of Amazon #388053

Tints of Amazon #388053

Color information

#388053 (or 0x388053) is unknown color: approx Amazon. HEX triplet: 38, 80 and 53. RGB value is (56,128,83). Sum of RGB (Red+Green+Blue) = 56+128+83=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #388053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388053 is #C77FAC. Grayscale: #656565. Windows color (decimal): -13074349 or 5472312. OLE color: 5472312.

HSL color Cylindrical-coordinate representation of color #388053: hue angle of 142.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #388053 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB5612883-
CMYK0.5600.350.50
HSL142.5º39.13%36.08%-
HSV(B)142.5º56.25%50.2%-
XYZ10.9116.910.87-
YUV101.34117.6595.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 128 (50.39% from 255) = 47.94%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=20.97%
G=47.94%
B=31.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56128830.5600.350.50142.539.1336.08
Hex38805338023328e2724
Octal7020012370043622164744
Binary111000100000001010011111000010001111001010001110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388053; }

 p { color: rgb(56,128,83); }

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

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

 a { background-color: rgb(56,128,83); }

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

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

 span { border-color: rgb(56,128,83); }

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