#388548

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

Shades of Amazon #388548

Tints of Amazon #388548

Color information

#388548 (or 0x388548) is unknown color: approx Amazon. HEX triplet: 38, 85 and 48. RGB value is (56,133,72). Sum of RGB (Red+Green+Blue) = 56+133+72=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #388548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388548 is #C77AB7. Grayscale: #676767. Windows color (decimal): -13073080 or 4752696. OLE color: 4752696.

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

Color convert

RGB5613372-
CMYK0.5800.460.48
HSL132.47º40.74%37.06%-
HSV(B)132.47º57.89%52.16%-
XYZ11.1918.089.03-
YUV103.02110.4994.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 133 (52.34% from 255) = 50.96%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=21.46%
G=50.96%
B=27.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56133720.5800.460.48132.4740.7437.06
Hex3885483A02E30842925
Octal7020511072056602045145
Binary111000100001011001000111010010111011000010000100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388548; }

 p { color: rgb(56,133,72); }

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

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

 a { background-color: rgb(56,133,72); }

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

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

 span { border-color: rgb(56,133,72); }

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