Shades of Amazon #388249
Tints of Amazon #388249
RGB
CMYK
RGB Variations
Color information
#388249 (or 0x388249) is known color: 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
| RGB | 56 | 130 | 73 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.49 |
| HSL | 133.78º | 0.4% | 0.36% | - |
| HSV(B) | 133.78º | 0.57% | 0.51% | - |
| XYZ | 10.82 | 17.29 | 9.07 | - |
| YUV | 101.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 73 | 0.57 | 0 | 0.44 | 0.49 | 133.78 | 0.4 | 0.36 |
| Hex | 38 | 82 | 49 | 39 | 0 | 2C | 31 | 86 | 28 | 24 |
| Octal | 70 | 202 | 111 | 71 | 0 | 54 | 61 | 206 | 50 | 44 |
| Binary | 111000 | 10000010 | 1001001 | 111001 | 0 | 101100 | 110001 | 10000110 | 101000 | 100100 |
Color Harmonies of #388249
Complementary color
Monochromatic Colors of #388249
Black with #388249
Text Example
Text Example
White with #388249
Text Example
Text Example
HTML Codes & Css Web 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>