Shades of Amazon #37794C
Tints of Amazon #37794C
RGB
CMYK
RGB Variations
Color information
#37794C (or 0x37794C) is known color: Amazon. HEX triplet: 37, 79 and 4C. RGB value is (55,121,76). Sum of RGB (Red+Green+Blue) = 55+121+76=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #37794C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37794C is #C886B3. Grayscale: #606060. Windows color (decimal): -13141684 or 5011767. OLE color: 5011767.
HSL color Cylindrical-coordinate representation of color #37794C: hue angle of 139.09º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37794C is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 121 | 76 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.53 |
| HSL | 139.09º | 0.38% | 0.35% | - |
| HSV(B) | 139.09º | 0.55% | 0.47% | - |
| XYZ | 9.72 | 15.01 | 9.22 | - |
| YUV | 96.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 76 | 0.55 | 0 | 0.37 | 0.53 | 139.09 | 0.38 | 0.35 |
| Hex | 37 | 79 | 4C | 37 | 0 | 25 | 35 | 8B | 26 | 23 |
| Octal | 67 | 171 | 114 | 67 | 0 | 45 | 65 | 213 | 46 | 43 |
| Binary | 110111 | 1111001 | 1001100 | 110111 | 0 | 100101 | 110101 | 10001011 | 100110 | 100011 |
Color Harmonies of #37794C
Complementary color
Monochromatic Colors of #37794C
Black with #37794C
Text Example
Text Example
White with #37794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37794C; }
p { color: rgb(55,121,76); }
H1.HeaderClassName
{
color: #37794C;
}
.AnyTagClassName
{
color: #37794C;
}
</style>
background-color css
<style>
a { background-color: #37794C; }
a { background-color: rgb(55,121,76); }
div.DivClassName
{
background-color: #37794C;
}
.BgClassName
{
background-color: #37794C;
}
</style>
border-color css
<style>
span { border-color: #37794C; }
span { border-color: rgb(55,121,76); }
td.TdClassName
{
border-color: #37794C;
}
.TagClassName
{
border-color: #37794C;
}
</style>