#388458

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

Shades of Amazon #388458

Tints of Amazon #388458

Color information

#388458 (or 0x388458) is unknown color: approx Amazon. HEX triplet: 38, 84 and 58. RGB value is (56,132,88). Sum of RGB (Red+Green+Blue) = 56+132+88=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #388458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388458 is #C77BA7. Grayscale: #686868. Windows color (decimal): -13073320 or 5801016. OLE color: 5801016.

HSL color Cylindrical-coordinate representation of color #388458: hue angle of 145.26º 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 #388458 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB5613288-
CMYK0.5800.330.48
HSL145.26º40.43%36.86%-
HSV(B)145.26º57.58%51.76%-
XYZ11.6418.0512.1-
YUV104.26118.8293.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 88 (34.77% from 255) = 31.88%
R=20.29%
G=47.83%
B=31.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132880.5800.330.48145.2640.4336.86
Hex3884583A02130912825
Octal7020413072041602215045
Binary111000100001001011000111010010000111000010010001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388458; }

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

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

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

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

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

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

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

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