Shades of Amazon #38825A
Tints of Amazon #38825A
RGB
CMYK
RGB Variations
Color information
#38825A (or 0x38825A) is known color: Amazon. HEX triplet: 38, 82 and 5A. RGB value is (56,130,90). Sum of RGB (Red+Green+Blue) = 56+130+90=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #38825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38825A is #C77DA5. Grayscale: #676767. Windows color (decimal): -13073830 or 5931576. OLE color: 5931576.
HSL color Cylindrical-coordinate representation of color #38825A: hue angle of 147.57º 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 #38825A is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 90 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.49 |
| HSL | 147.57º | 0.4% | 0.36% | - |
| HSV(B) | 147.57º | 0.57% | 0.51% | - |
| XYZ | 11.46 | 17.54 | 12.46 | - |
| YUV | 103.31 | 120.48 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 90 | 0.57 | 0 | 0.31 | 0.49 | 147.57 | 0.4 | 0.36 |
| Hex | 38 | 82 | 5A | 39 | 0 | 1F | 31 | 94 | 28 | 24 |
| Octal | 70 | 202 | 132 | 71 | 0 | 37 | 61 | 224 | 50 | 44 |
| Binary | 111000 | 10000010 | 1011010 | 111001 | 0 | 11111 | 110001 | 10010100 | 101000 | 100100 |
Color Harmonies of #38825A
Complementary color
Monochromatic Colors of #38825A
Black with #38825A
Text Example
Text Example
White with #38825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38825A; }
p { color: rgb(56,130,90); }
H1.HeaderClassName
{
color: #38825A;
}
.AnyTagClassName
{
color: #38825A;
}
</style>
background-color css
<style>
a { background-color: #38825A; }
a { background-color: rgb(56,130,90); }
div.DivClassName
{
background-color: #38825A;
}
.BgClassName
{
background-color: #38825A;
}
</style>
border-color css
<style>
span { border-color: #38825A; }
span { border-color: rgb(56,130,90); }
td.TdClassName
{
border-color: #38825A;
}
.TagClassName
{
border-color: #38825A;
}
</style>