Shades of Amazon #37814A
Tints of Amazon #37814A
RGB
CMYK
RGB Variations
Color information
#37814A (or 0x37814A) is known color: Amazon. HEX triplet: 37, 81 and 4A. RGB value is (55,129,74). Sum of RGB (Red+Green+Blue) = 55+129+74=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #37814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37814A is #C87EB5. Grayscale: #646464. Windows color (decimal): -13139638 or 4882743. OLE color: 4882743.
HSL color Cylindrical-coordinate representation of color #37814A: hue angle of 135.41º 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 #37814A is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 129 | 74 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.49 |
| HSL | 135.41º | 0.4% | 0.36% | - |
| HSV(B) | 135.41º | 0.57% | 0.51% | - |
| XYZ | 10.66 | 17.01 | 9.2 | - |
| YUV | 100.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 74 | 0.57 | 0 | 0.43 | 0.49 | 135.41 | 0.4 | 0.36 |
| Hex | 37 | 81 | 4A | 39 | 0 | 2B | 31 | 87 | 28 | 24 |
| Octal | 67 | 201 | 112 | 71 | 0 | 53 | 61 | 207 | 50 | 44 |
| Binary | 110111 | 10000001 | 1001010 | 111001 | 0 | 101011 | 110001 | 10000111 | 101000 | 100100 |
Color Harmonies of #37814A
Complementary color
Monochromatic Colors of #37814A
Black with #37814A
Text Example
Text Example
White with #37814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37814A; }
p { color: rgb(55,129,74); }
H1.HeaderClassName
{
color: #37814A;
}
.AnyTagClassName
{
color: #37814A;
}
</style>
background-color css
<style>
a { background-color: #37814A; }
a { background-color: rgb(55,129,74); }
div.DivClassName
{
background-color: #37814A;
}
.BgClassName
{
background-color: #37814A;
}
</style>
border-color css
<style>
span { border-color: #37814A; }
span { border-color: rgb(55,129,74); }
td.TdClassName
{
border-color: #37814A;
}
.TagClassName
{
border-color: #37814A;
}
</style>