#388249

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

Shades of Amazon #388249

Tints of Amazon #388249

Color information

#388249 (or 0x388249) is unknown color: approx Amazon. HEX triplet: 38, 82 and 49. RGB value is (56,130,73). Sum of RGB (Red+Green+Blue) = 56+130+73=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #388249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388249 is #C77DB6. Grayscale: #656565. Windows color (decimal): -13073847 or 4817464. OLE color: 4817464.

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

Color convert

RGB5613073-
CMYK0.5700.440.49
HSL133.78º39.78%36.47%-
HSV(B)133.78º56.92%50.98%-
XYZ10.8217.299.07-
YUV101.38111.9895.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 130 (51.17% from 255) = 50.19%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=21.62%
G=50.19%
B=28.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130730.5700.440.49133.7839.7836.47
Hex3882493902C31862824
Octal7020211171054612065044
Binary111000100000101001001111001010110011000110000110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388249; }

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

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

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

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

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

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

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

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