#388260

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

Shades of Amazon #388260

Tints of Amazon #388260

Color information

#388260 (or 0x388260) is unknown color: approx Amazon. HEX triplet: 38, 82 and 60. RGB value is (56,130,96). Sum of RGB (Red+Green+Blue) = 56+130+96=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #388260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388260 is #C77D9F. Grayscale: #686868. Windows color (decimal): -13073824 or 6324792. OLE color: 6324792.

HSL color Cylindrical-coordinate representation of color #388260: hue angle of 152.43º degrees, saturation: 0.4, 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 #388260 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB5613096-
CMYK0.5700.260.49
HSL152.43º39.78%36.47%-
HSV(B)152.43º56.92%50.98%-
XYZ11.7217.6513.86-
YUV104123.4893.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=19.86%
G=46.10%
B=34.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130960.5700.260.49152.4339.7836.47
Hex3882603901A31982824
Octal7020214071032612305044
Binary11100010000010110000011100101101011000110011000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388260; }

 p { color: rgb(56,130,96); }

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

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

 a { background-color: rgb(56,130,96); }

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

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

 span { border-color: rgb(56,130,96); }

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