Shades of Amazon #38764F
Tints of Amazon #38764F
RGB
CMYK
RGB Variations
Color information
#38764F (or 0x38764F) is known color: Amazon. HEX triplet: 38, 76 and 4F. RGB value is (56,118,79). Sum of RGB (Red+Green+Blue) = 56+118+79=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #38764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38764F is #C789B0. Grayscale: #5F5F5F. Windows color (decimal): -13076913 or 5207608. OLE color: 5207608.
HSL color Cylindrical-coordinate representation of color #38764F: hue angle of 142.26º 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 #38764F is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 118 | 79 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.54 |
| HSL | 142.26º | 0.36% | 0.34% | - |
| HSV(B) | 142.26º | 0.53% | 0.46% | - |
| XYZ | 9.52 | 14.36 | 9.67 | - |
| YUV | 95.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 79 | 0.53 | 0 | 0.33 | 0.54 | 142.26 | 0.36 | 0.34 |
| Hex | 38 | 76 | 4F | 35 | 0 | 21 | 36 | 8E | 24 | 22 |
| Octal | 70 | 166 | 117 | 65 | 0 | 41 | 66 | 216 | 44 | 42 |
| Binary | 111000 | 1110110 | 1001111 | 110101 | 0 | 100001 | 110110 | 10001110 | 100100 | 100010 |
Color Harmonies of #38764F
Complementary color
Monochromatic Colors of #38764F
Black with #38764F
Text Example
Text Example
White with #38764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38764F; }
p { color: rgb(56,118,79); }
H1.HeaderClassName
{
color: #38764F;
}
.AnyTagClassName
{
color: #38764F;
}
</style>
background-color css
<style>
a { background-color: #38764F; }
a { background-color: rgb(56,118,79); }
div.DivClassName
{
background-color: #38764F;
}
.BgClassName
{
background-color: #38764F;
}
</style>
border-color css
<style>
span { border-color: #38764F; }
span { border-color: rgb(56,118,79); }
td.TdClassName
{
border-color: #38764F;
}
.TagClassName
{
border-color: #38764F;
}
</style>