Shades of Amazon #38774B
Tints of Amazon #38774B
RGB
CMYK
RGB Variations
Color information
#38774B (or 0x38774B) is known color: Amazon. HEX triplet: 38, 77 and 4B. RGB value is (56,119,75). Sum of RGB (Red+Green+Blue) = 56+119+75=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #38774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38774B is #C788B4. Grayscale: #5F5F5F. Windows color (decimal): -13076661 or 4945720. OLE color: 4945720.
HSL color Cylindrical-coordinate representation of color #38774B: hue angle of 138.1º 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 #38774B is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 119 | 75 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.53 |
| HSL | 138.1º | 0.36% | 0.34% | - |
| HSV(B) | 138.1º | 0.53% | 0.47% | - |
| XYZ | 9.5 | 14.54 | 8.96 | - |
| YUV | 95.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 75 | 0.53 | 0 | 0.37 | 0.53 | 138.1 | 0.36 | 0.34 |
| Hex | 38 | 77 | 4B | 35 | 0 | 25 | 35 | 8A | 24 | 22 |
| Octal | 70 | 167 | 113 | 65 | 0 | 45 | 65 | 212 | 44 | 42 |
| Binary | 111000 | 1110111 | 1001011 | 110101 | 0 | 100101 | 110101 | 10001010 | 100100 | 100010 |
Color Harmonies of #38774B
Complementary color
Monochromatic Colors of #38774B
Black with #38774B
Text Example
Text Example
White with #38774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38774B; }
p { color: rgb(56,119,75); }
H1.HeaderClassName
{
color: #38774B;
}
.AnyTagClassName
{
color: #38774B;
}
</style>
background-color css
<style>
a { background-color: #38774B; }
a { background-color: rgb(56,119,75); }
div.DivClassName
{
background-color: #38774B;
}
.BgClassName
{
background-color: #38774B;
}
</style>
border-color css
<style>
span { border-color: #38774B; }
span { border-color: rgb(56,119,75); }
td.TdClassName
{
border-color: #38774B;
}
.TagClassName
{
border-color: #38774B;
}
</style>