Shades of Amazon #38774D
Tints of Amazon #38774D
RGB
CMYK
RGB Variations
Color information
#38774D (or 0x38774D) is known color: Amazon. HEX triplet: 38, 77 and 4D. RGB value is (56,119,77). Sum of RGB (Red+Green+Blue) = 56+119+77=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #38774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38774D is #C788B2. Grayscale: #5F5F5F. Windows color (decimal): -13076659 or 5076792. OLE color: 5076792.
HSL color Cylindrical-coordinate representation of color #38774D: hue angle of 140º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38774D is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 119 | 77 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.53 |
| HSL | 140º | 0.36% | 0.34% | - |
| HSV(B) | 140º | 0.53% | 0.47% | - |
| XYZ | 9.57 | 14.57 | 9.33 | - |
| YUV | 95.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 77 | 0.53 | 0 | 0.35 | 0.53 | 140 | 0.36 | 0.34 |
| Hex | 38 | 77 | 4D | 35 | 0 | 23 | 35 | 8C | 24 | 22 |
| Octal | 70 | 167 | 115 | 65 | 0 | 43 | 65 | 214 | 44 | 42 |
| Binary | 111000 | 1110111 | 1001101 | 110101 | 0 | 100011 | 110101 | 10001100 | 100100 | 100010 |
Color Harmonies of #38774D
Complementary color
Monochromatic Colors of #38774D
Black with #38774D
Text Example
Text Example
White with #38774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38774D; }
p { color: rgb(56,119,77); }
H1.HeaderClassName
{
color: #38774D;
}
.AnyTagClassName
{
color: #38774D;
}
</style>
background-color css
<style>
a { background-color: #38774D; }
a { background-color: rgb(56,119,77); }
div.DivClassName
{
background-color: #38774D;
}
.BgClassName
{
background-color: #38774D;
}
</style>
border-color css
<style>
span { border-color: #38774D; }
span { border-color: rgb(56,119,77); }
td.TdClassName
{
border-color: #38774D;
}
.TagClassName
{
border-color: #38774D;
}
</style>