Shades of Amazon #38765A
Tints of Amazon #38765A
RGB
CMYK
RGB Variations
Color information
#38765A (or 0x38765A) is known color: Amazon. HEX triplet: 38, 76 and 5A. RGB value is (56,118,90). Sum of RGB (Red+Green+Blue) = 56+118+90=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #38765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38765A is #C789A5. Grayscale: #606060. Windows color (decimal): -13076902 or 5928504. OLE color: 5928504.
HSL color Cylindrical-coordinate representation of color #38765A: hue angle of 152.9º 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 #38765A is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 118 | 90 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.54 |
| HSL | 152.9º | 0.36% | 0.34% | - |
| HSV(B) | 152.9º | 0.53% | 0.46% | - |
| XYZ | 9.95 | 14.54 | 11.95 | - |
| YUV | 96.27 | 124.46 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 90 | 0.53 | 0 | 0.24 | 0.54 | 152.9 | 0.36 | 0.34 |
| Hex | 38 | 76 | 5A | 35 | 0 | 18 | 36 | 99 | 24 | 22 |
| Octal | 70 | 166 | 132 | 65 | 0 | 30 | 66 | 231 | 44 | 42 |
| Binary | 111000 | 1110110 | 1011010 | 110101 | 0 | 11000 | 110110 | 10011001 | 100100 | 100010 |
Color Harmonies of #38765A
Complementary color
Monochromatic Colors of #38765A
Black with #38765A
Text Example
Text Example
White with #38765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38765A; }
p { color: rgb(56,118,90); }
H1.HeaderClassName
{
color: #38765A;
}
.AnyTagClassName
{
color: #38765A;
}
</style>
background-color css
<style>
a { background-color: #38765A; }
a { background-color: rgb(56,118,90); }
div.DivClassName
{
background-color: #38765A;
}
.BgClassName
{
background-color: #38765A;
}
</style>
border-color css
<style>
span { border-color: #38765A; }
span { border-color: rgb(56,118,90); }
td.TdClassName
{
border-color: #38765A;
}
.TagClassName
{
border-color: #38765A;
}
</style>