Shades of Amazon #38765C
Tints of Amazon #38765C
RGB
CMYK
RGB Variations
Color information
#38765C (or 0x38765C) is known color: Amazon. HEX triplet: 38, 76 and 5C. RGB value is (56,118,92). Sum of RGB (Red+Green+Blue) = 56+118+92=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #38765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38765C is #C789A3. Grayscale: #606060. Windows color (decimal): -13076900 or 6059576. OLE color: 6059576.
HSL color Cylindrical-coordinate representation of color #38765C: hue angle of 154.84º 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 #38765C is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 118 | 92 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.54 |
| HSL | 154.84º | 0.36% | 0.34% | - |
| HSV(B) | 154.84º | 0.53% | 0.46% | - |
| XYZ | 10.04 | 14.57 | 12.41 | - |
| YUV | 96.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 92 | 0.53 | 0 | 0.22 | 0.54 | 154.84 | 0.36 | 0.34 |
| Hex | 38 | 76 | 5C | 35 | 0 | 16 | 36 | 9B | 24 | 22 |
| Octal | 70 | 166 | 134 | 65 | 0 | 26 | 66 | 233 | 44 | 42 |
| Binary | 111000 | 1110110 | 1011100 | 110101 | 0 | 10110 | 110110 | 10011011 | 100100 | 100010 |
Color Harmonies of #38765C
Complementary color
Monochromatic Colors of #38765C
Black with #38765C
Text Example
Text Example
White with #38765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38765C; }
p { color: rgb(56,118,92); }
H1.HeaderClassName
{
color: #38765C;
}
.AnyTagClassName
{
color: #38765C;
}
</style>
background-color css
<style>
a { background-color: #38765C; }
a { background-color: rgb(56,118,92); }
div.DivClassName
{
background-color: #38765C;
}
.BgClassName
{
background-color: #38765C;
}
</style>
border-color css
<style>
span { border-color: #38765C; }
span { border-color: rgb(56,118,92); }
td.TdClassName
{
border-color: #38765C;
}
.TagClassName
{
border-color: #38765C;
}
</style>