Shades of Amazon #38765D
Tints of Amazon #38765D
RGB
CMYK
RGB Variations
Color information
#38765D (or 0x38765D) is known color: Amazon. HEX triplet: 38, 76 and 5D. RGB value is (56,118,93). Sum of RGB (Red+Green+Blue) = 56+118+93=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #38765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38765D is #C789A2. Grayscale: #606060. Windows color (decimal): -13076899 or 6125112. OLE color: 6125112.
HSL color Cylindrical-coordinate representation of color #38765D: hue angle of 155.81º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38765D is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 118 | 93 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.54 |
| HSL | 155.81º | 0.36% | 0.34% | - |
| HSV(B) | 155.81º | 0.53% | 0.46% | - |
| XYZ | 10.09 | 14.59 | 12.64 | - |
| YUV | 96.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 93 | 0.53 | 0 | 0.21 | 0.54 | 155.81 | 0.36 | 0.34 |
| Hex | 38 | 76 | 5D | 35 | 0 | 15 | 36 | 9C | 24 | 22 |
| Octal | 70 | 166 | 135 | 65 | 0 | 25 | 66 | 234 | 44 | 42 |
| Binary | 111000 | 1110110 | 1011101 | 110101 | 0 | 10101 | 110110 | 10011100 | 100100 | 100010 |
Color Harmonies of #38765D
Complementary color
Monochromatic Colors of #38765D
Black with #38765D
Text Example
Text Example
White with #38765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38765D; }
p { color: rgb(56,118,93); }
H1.HeaderClassName
{
color: #38765D;
}
.AnyTagClassName
{
color: #38765D;
}
</style>
background-color css
<style>
a { background-color: #38765D; }
a { background-color: rgb(56,118,93); }
div.DivClassName
{
background-color: #38765D;
}
.BgClassName
{
background-color: #38765D;
}
</style>
border-color css
<style>
span { border-color: #38765D; }
span { border-color: rgb(56,118,93); }
td.TdClassName
{
border-color: #38765D;
}
.TagClassName
{
border-color: #38765D;
}
</style>