Shades of Amazon #38734C
Tints of Amazon #38734C
RGB
CMYK
RGB Variations
Color information
#38734C (or 0x38734C) is known color: Amazon. HEX triplet: 38, 73 and 4C. RGB value is (56,115,76). Sum of RGB (Red+Green+Blue) = 56+115+76=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #38734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38734C is #C78CB3. Grayscale: #5D5D5D. Windows color (decimal): -13077684 or 5010232. OLE color: 5010232.
HSL color Cylindrical-coordinate representation of color #38734C: hue angle of 140.34º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38734C is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 115 | 76 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.55 |
| HSL | 140.34º | 0.35% | 0.34% | - |
| HSV(B) | 140.34º | 0.51% | 0.45% | - |
| XYZ | 9.07 | 13.62 | 8.99 | - |
| YUV | 92.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 115 | 76 | 0.51 | 0 | 0.34 | 0.55 | 140.34 | 0.35 | 0.34 |
| Hex | 38 | 73 | 4C | 33 | 0 | 22 | 37 | 8C | 23 | 22 |
| Octal | 70 | 163 | 114 | 63 | 0 | 42 | 67 | 214 | 43 | 42 |
| Binary | 111000 | 1110011 | 1001100 | 110011 | 0 | 100010 | 110111 | 10001100 | 100011 | 100010 |
Color Harmonies of #38734C
Complementary color
Monochromatic Colors of #38734C
Black with #38734C
Text Example
Text Example
White with #38734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38734C; }
p { color: rgb(56,115,76); }
H1.HeaderClassName
{
color: #38734C;
}
.AnyTagClassName
{
color: #38734C;
}
</style>
background-color css
<style>
a { background-color: #38734C; }
a { background-color: rgb(56,115,76); }
div.DivClassName
{
background-color: #38734C;
}
.BgClassName
{
background-color: #38734C;
}
</style>
border-color css
<style>
span { border-color: #38734C; }
span { border-color: rgb(56,115,76); }
td.TdClassName
{
border-color: #38734C;
}
.TagClassName
{
border-color: #38734C;
}
</style>