Shades of Amazon #38884C
Tints of Amazon #38884C
RGB
CMYK
RGB Variations
Color information
#38884C (or 0x38884C) is known color: Amazon. HEX triplet: 38, 88 and 4C. RGB value is (56,136,76). Sum of RGB (Red+Green+Blue) = 56+136+76=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #38884C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38884C is #C777B3. Grayscale: #696969. Windows color (decimal): -13072308 or 5015608. OLE color: 5015608.
HSL color Cylindrical-coordinate representation of color #38884C: hue angle of 135º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38884C is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 136 | 76 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.47 |
| HSL | 135º | 0.42% | 0.38% | - |
| HSV(B) | 135º | 0.59% | 0.53% | - |
| XYZ | 11.74 | 18.97 | 9.88 | - |
| YUV | 105.24 | 111.5 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 76 | 0.59 | 0 | 0.44 | 0.47 | 135 | 0.42 | 0.38 |
| Hex | 38 | 88 | 4C | 3B | 0 | 2C | 2F | 87 | 2A | 26 |
| Octal | 70 | 210 | 114 | 73 | 0 | 54 | 57 | 207 | 52 | 46 |
| Binary | 111000 | 10001000 | 1001100 | 111011 | 0 | 101100 | 101111 | 10000111 | 101010 | 100110 |
Color Harmonies of #38884C
Complementary color
Monochromatic Colors of #38884C
Black with #38884C
Text Example
Text Example
White with #38884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38884C; }
p { color: rgb(56,136,76); }
H1.HeaderClassName
{
color: #38884C;
}
.AnyTagClassName
{
color: #38884C;
}
</style>
background-color css
<style>
a { background-color: #38884C; }
a { background-color: rgb(56,136,76); }
div.DivClassName
{
background-color: #38884C;
}
.BgClassName
{
background-color: #38884C;
}
</style>
border-color css
<style>
span { border-color: #38884C; }
span { border-color: rgb(56,136,76); }
td.TdClassName
{
border-color: #38884C;
}
.TagClassName
{
border-color: #38884C;
}
</style>