Shades of Amazon #388253
Tints of Amazon #388253
RGB
CMYK
RGB Variations
Color information
#388253 (or 0x388253) is known color: Amazon. HEX triplet: 38, 82 and 53. RGB value is (56,130,83). Sum of RGB (Red+Green+Blue) = 56+130+83=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #388253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388253 is #C77DAC. Grayscale: #666666. Windows color (decimal): -13073837 or 5472824. OLE color: 5472824.
HSL color Cylindrical-coordinate representation of color #388253: hue angle of 141.89º 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 #388253 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 83 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.49 |
| HSL | 141.89º | 0.4% | 0.36% | - |
| HSV(B) | 141.89º | 0.57% | 0.51% | - |
| XYZ | 11.17 | 17.43 | 10.96 | - |
| YUV | 102.52 | 116.98 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 83 | 0.57 | 0 | 0.36 | 0.49 | 141.89 | 0.4 | 0.36 |
| Hex | 38 | 82 | 53 | 39 | 0 | 24 | 31 | 8E | 28 | 24 |
| Octal | 70 | 202 | 123 | 71 | 0 | 44 | 61 | 216 | 50 | 44 |
| Binary | 111000 | 10000010 | 1010011 | 111001 | 0 | 100100 | 110001 | 10001110 | 101000 | 100100 |
Color Harmonies of #388253
Complementary color
Monochromatic Colors of #388253
Black with #388253
Text Example
Text Example
White with #388253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388253; }
p { color: rgb(56,130,83); }
H1.HeaderClassName
{
color: #388253;
}
.AnyTagClassName
{
color: #388253;
}
</style>
background-color css
<style>
a { background-color: #388253; }
a { background-color: rgb(56,130,83); }
div.DivClassName
{
background-color: #388253;
}
.BgClassName
{
background-color: #388253;
}
</style>
border-color css
<style>
span { border-color: #388253; }
span { border-color: rgb(56,130,83); }
td.TdClassName
{
border-color: #388253;
}
.TagClassName
{
border-color: #388253;
}
</style>