Shades of Amazon #38825F
Tints of Amazon #38825F
RGB
CMYK
RGB Variations
Color information
#38825F (or 0x38825F) is known color: Amazon. HEX triplet: 38, 82 and 5F. RGB value is (56,130,95). Sum of RGB (Red+Green+Blue) = 56+130+95=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #38825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38825F is #C77DA0. Grayscale: #676767. Windows color (decimal): -13073825 or 6259256. OLE color: 6259256.
HSL color Cylindrical-coordinate representation of color #38825F: hue angle of 151.62º 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 #38825F is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 95 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.49 |
| HSL | 151.62º | 0.4% | 0.36% | - |
| HSV(B) | 151.62º | 0.57% | 0.51% | - |
| XYZ | 11.68 | 17.63 | 13.61 | - |
| YUV | 103.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 95 | 0.57 | 0 | 0.27 | 0.49 | 151.62 | 0.4 | 0.36 |
| Hex | 38 | 82 | 5F | 39 | 0 | 1B | 31 | 98 | 28 | 24 |
| Octal | 70 | 202 | 137 | 71 | 0 | 33 | 61 | 230 | 50 | 44 |
| Binary | 111000 | 10000010 | 1011111 | 111001 | 0 | 11011 | 110001 | 10011000 | 101000 | 100100 |
Color Harmonies of #38825F
Complementary color
Monochromatic Colors of #38825F
Black with #38825F
Text Example
Text Example
White with #38825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38825F; }
p { color: rgb(56,130,95); }
H1.HeaderClassName
{
color: #38825F;
}
.AnyTagClassName
{
color: #38825F;
}
</style>
background-color css
<style>
a { background-color: #38825F; }
a { background-color: rgb(56,130,95); }
div.DivClassName
{
background-color: #38825F;
}
.BgClassName
{
background-color: #38825F;
}
</style>
border-color css
<style>
span { border-color: #38825F; }
span { border-color: rgb(56,130,95); }
td.TdClassName
{
border-color: #38825F;
}
.TagClassName
{
border-color: #38825F;
}
</style>