Shades of Amazon #38825B
Tints of Amazon #38825B
RGB
CMYK
RGB Variations
Color information
#38825B (or 0x38825B) is known color: Amazon. HEX triplet: 38, 82 and 5B. RGB value is (56,130,91). Sum of RGB (Red+Green+Blue) = 56+130+91=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #38825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38825B is #C77DA4. Grayscale: #676767. Windows color (decimal): -13073829 or 5997112. OLE color: 5997112.
HSL color Cylindrical-coordinate representation of color #38825B: hue angle of 148.38º 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 #38825B is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 91 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.49 |
| HSL | 148.38º | 0.4% | 0.36% | - |
| HSV(B) | 148.38º | 0.57% | 0.51% | - |
| XYZ | 11.5 | 17.56 | 12.68 | - |
| YUV | 103.43 | 120.98 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 91 | 0.57 | 0 | 0.30 | 0.49 | 148.38 | 0.4 | 0.36 |
| Hex | 38 | 82 | 5B | 39 | 0 | 1E | 31 | 94 | 28 | 24 |
| Octal | 70 | 202 | 133 | 71 | 0 | 36 | 61 | 224 | 50 | 44 |
| Binary | 111000 | 10000010 | 1011011 | 111001 | 0 | 11110 | 110001 | 10010100 | 101000 | 100100 |
Color Harmonies of #38825B
Complementary color
Monochromatic Colors of #38825B
Black with #38825B
Text Example
Text Example
White with #38825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38825B; }
p { color: rgb(56,130,91); }
H1.HeaderClassName
{
color: #38825B;
}
.AnyTagClassName
{
color: #38825B;
}
</style>
background-color css
<style>
a { background-color: #38825B; }
a { background-color: rgb(56,130,91); }
div.DivClassName
{
background-color: #38825B;
}
.BgClassName
{
background-color: #38825B;
}
</style>
border-color css
<style>
span { border-color: #38825B; }
span { border-color: rgb(56,130,91); }
td.TdClassName
{
border-color: #38825B;
}
.TagClassName
{
border-color: #38825B;
}
</style>