#388549

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

Shades of Amazon #388549

Tints of Amazon #388549

Color information

#388549 (or 0x388549) is unknown color: approx Amazon. HEX triplet: 38, 85 and 49. RGB value is (56,133,73). Sum of RGB (Red+Green+Blue) = 56+133+73=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #388549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388549 is #C77AB6. Grayscale: #676767. Windows color (decimal): -13073079 or 4818232. OLE color: 4818232.

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

Color convert

RGB5613373-
CMYK0.5800.450.48
HSL133.25º40.74%37.06%-
HSV(B)133.25º57.89%52.16%-
XYZ11.2218.19.2-
YUV103.14110.9994.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 133 (52.34% from 255) = 50.76%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=21.37%
G=50.76%
B=27.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56133730.5800.450.48133.2540.7437.06
Hex3885493A02D30852925
Octal7020511172055602055145
Binary111000100001011001001111010010110111000010000101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388549; }

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

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

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

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

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

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

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

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