Shades of Amazon #37814C
Tints of Amazon #37814C
RGB
CMYK
RGB Variations
Color information
#37814C (or 0x37814C) is known color: Amazon. HEX triplet: 37, 81 and 4C. RGB value is (55,129,76). Sum of RGB (Red+Green+Blue) = 55+129+76=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #37814C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37814C is #C87EB3. Grayscale: #646464. Windows color (decimal): -13139636 or 5013815. OLE color: 5013815.
HSL color Cylindrical-coordinate representation of color #37814C: hue angle of 137.03º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37814C is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 129 | 76 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.49 |
| HSL | 137.03º | 0.4% | 0.36% | - |
| HSV(B) | 137.03º | 0.57% | 0.51% | - |
| XYZ | 10.73 | 17.03 | 9.56 | - |
| YUV | 100.83 | 113.98 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 76 | 0.57 | 0 | 0.41 | 0.49 | 137.03 | 0.4 | 0.36 |
| Hex | 37 | 81 | 4C | 39 | 0 | 29 | 31 | 89 | 28 | 24 |
| Octal | 67 | 201 | 114 | 71 | 0 | 51 | 61 | 211 | 50 | 44 |
| Binary | 110111 | 10000001 | 1001100 | 111001 | 0 | 101001 | 110001 | 10001001 | 101000 | 100100 |
Color Harmonies of #37814C
Complementary color
Monochromatic Colors of #37814C
Black with #37814C
Text Example
Text Example
White with #37814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37814C; }
p { color: rgb(55,129,76); }
H1.HeaderClassName
{
color: #37814C;
}
.AnyTagClassName
{
color: #37814C;
}
</style>
background-color css
<style>
a { background-color: #37814C; }
a { background-color: rgb(55,129,76); }
div.DivClassName
{
background-color: #37814C;
}
.BgClassName
{
background-color: #37814C;
}
</style>
border-color css
<style>
span { border-color: #37814C; }
span { border-color: rgb(55,129,76); }
td.TdClassName
{
border-color: #37814C;
}
.TagClassName
{
border-color: #37814C;
}
</style>