Shades of Amazon #38805B
Tints of Amazon #38805B
RGB
CMYK
RGB Variations
Color information
#38805B (or 0x38805B) is known color: Amazon. HEX triplet: 38, 80 and 5B. RGB value is (56,128,91). Sum of RGB (Red+Green+Blue) = 56+128+91=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #38805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38805B is #C77FA4. Grayscale: #666666. Windows color (decimal): -13074341 or 5996600. OLE color: 5996600.
HSL color Cylindrical-coordinate representation of color #38805B: hue angle of 149.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38805B is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 128 | 91 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.50 |
| HSL | 149.17º | 0.39% | 0.36% | - |
| HSV(B) | 149.17º | 0.56% | 0.5% | - |
| XYZ | 11.24 | 17.03 | 12.59 | - |
| YUV | 102.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 91 | 0.56 | 0 | 0.29 | 0.50 | 149.17 | 0.39 | 0.36 |
| Hex | 38 | 80 | 5B | 38 | 0 | 1D | 32 | 95 | 27 | 24 |
| Octal | 70 | 200 | 133 | 70 | 0 | 35 | 62 | 225 | 47 | 44 |
| Binary | 111000 | 10000000 | 1011011 | 111000 | 0 | 11101 | 110010 | 10010101 | 100111 | 100100 |
Color Harmonies of #38805B
Complementary color
Monochromatic Colors of #38805B
Black with #38805B
Text Example
Text Example
White with #38805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38805B; }
p { color: rgb(56,128,91); }
H1.HeaderClassName
{
color: #38805B;
}
.AnyTagClassName
{
color: #38805B;
}
</style>
background-color css
<style>
a { background-color: #38805B; }
a { background-color: rgb(56,128,91); }
div.DivClassName
{
background-color: #38805B;
}
.BgClassName
{
background-color: #38805B;
}
</style>
border-color css
<style>
span { border-color: #38805B; }
span { border-color: rgb(56,128,91); }
td.TdClassName
{
border-color: #38805B;
}
.TagClassName
{
border-color: #38805B;
}
</style>