#388256

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

Shades of Amazon #388256

Tints of Amazon #388256

Color information

#388256 (or 0x388256) is unknown color: approx Amazon. HEX triplet: 38, 82 and 56. RGB value is (56,130,86). Sum of RGB (Red+Green+Blue) = 56+130+86=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #388256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388256 is #C77DA9. Grayscale: #666666. Windows color (decimal): -13073834 or 5669432. OLE color: 5669432.

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

Color convert

RGB5613086-
CMYK0.5700.340.49
HSL144.32º39.78%36.47%-
HSV(B)144.32º56.92%50.98%-
XYZ11.2917.4811.58-
YUV102.86118.4894.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 130 (51.17% from 255) = 47.79%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=20.59%
G=47.79%
B=31.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130860.5700.340.49144.3239.7836.47
Hex3882563902231902824
Octal7020212671042612205044
Binary111000100000101010110111001010001011000110010000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388256; }

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

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

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

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

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

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

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

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