#388456

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

Shades of Amazon #388456

Tints of Amazon #388456

Color information

#388456 (or 0x388456) is unknown color: approx Amazon. HEX triplet: 38, 84 and 56. RGB value is (56,132,86). Sum of RGB (Red+Green+Blue) = 56+132+86=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #388456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388456 is #C77BA9. Grayscale: #686868. Windows color (decimal): -13073322 or 5669944. OLE color: 5669944.

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

Color convert

RGB5613286-
CMYK0.5800.350.48
HSL143.68º40.43%36.86%-
HSV(B)143.68º57.58%51.76%-
XYZ11.5618.0211.67-
YUV104.03117.8293.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 132 (51.95% from 255) = 48.18%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=20.44%
G=48.18%
B=31.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132860.5800.350.48143.6840.4336.86
Hex3884563A02330902825
Octal7020412672043602205045
Binary111000100001001010110111010010001111000010010000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388456; }

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

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

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

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

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

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

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

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