#388248

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

Shades of Amazon #388248

Tints of Amazon #388248

Color information

#388248 (or 0x388248) is unknown color: approx Amazon. HEX triplet: 38, 82 and 48. RGB value is (56,130,72). Sum of RGB (Red+Green+Blue) = 56+130+72=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #388248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388248 is #C77DB7. Grayscale: #656565. Windows color (decimal): -13073848 or 4751928. OLE color: 4751928.

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

Color convert

RGB5613072-
CMYK0.5700.450.49
HSL132.97º39.78%36.47%-
HSV(B)132.97º56.92%50.98%-
XYZ10.7817.278.9-
YUV101.26111.4895.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=21.71%
G=50.39%
B=27.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130720.5700.450.49132.9739.7836.47
Hex3882483902D31852824
Octal7020211071055612055044
Binary111000100000101001000111001010110111000110000101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388248; }

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

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

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

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

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

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

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

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