Shades of Amazon #388252
Tints of Amazon #388252
RGB
CMYK
RGB Variations
Color information
#388252 (or 0x388252) is known color: Amazon. HEX triplet: 38, 82 and 52. RGB value is (56,130,82). Sum of RGB (Red+Green+Blue) = 56+130+82=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #388252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388252 is #C77DAD. Grayscale: #666666. Windows color (decimal): -13073838 or 5407288. OLE color: 5407288.
HSL color Cylindrical-coordinate representation of color #388252: hue angle of 141.08º 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 #388252 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 82 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.49 |
| HSL | 141.08º | 0.4% | 0.36% | - |
| HSV(B) | 141.08º | 0.57% | 0.51% | - |
| XYZ | 11.14 | 17.42 | 10.76 | - |
| YUV | 102.4 | 116.48 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 82 | 0.57 | 0 | 0.37 | 0.49 | 141.08 | 0.4 | 0.36 |
| Hex | 38 | 82 | 52 | 39 | 0 | 25 | 31 | 8D | 28 | 24 |
| Octal | 70 | 202 | 122 | 71 | 0 | 45 | 61 | 215 | 50 | 44 |
| Binary | 111000 | 10000010 | 1010010 | 111001 | 0 | 100101 | 110001 | 10001101 | 101000 | 100100 |
Color Harmonies of #388252
Complementary color
Monochromatic Colors of #388252
Black with #388252
Text Example
Text Example
White with #388252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388252; }
p { color: rgb(56,130,82); }
H1.HeaderClassName
{
color: #388252;
}
.AnyTagClassName
{
color: #388252;
}
</style>
background-color css
<style>
a { background-color: #388252; }
a { background-color: rgb(56,130,82); }
div.DivClassName
{
background-color: #388252;
}
.BgClassName
{
background-color: #388252;
}
</style>
border-color css
<style>
span { border-color: #388252; }
span { border-color: rgb(56,130,82); }
td.TdClassName
{
border-color: #388252;
}
.TagClassName
{
border-color: #388252;
}
</style>