Shades of Amazon #37734F
Tints of Amazon #37734F
RGB
CMYK
RGB Variations
Color information
#37734F (or 0x37734F) is known color: Amazon. HEX triplet: 37, 73 and 4F. RGB value is (55,115,79). Sum of RGB (Red+Green+Blue) = 55+115+79=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #37734F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37734F is #C88CB0. Grayscale: #5D5D5D. Windows color (decimal): -13143217 or 5206839. OLE color: 5206839.
HSL color Cylindrical-coordinate representation of color #37734F: hue angle of 144º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #37734F is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
RGB | 55 | 115 | 79 | - |
CMYK | 0.52 | 0 | 0.31 | 0.55 |
HSL | 144º | 0.35% | 0.33% | - |
HSV(B) | 144º | 0.52% | 0.45% | - |
XYZ | 9.12 | 13.64 | 9.55 | - |
YUV | 92.96 | 120.12 | 100.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 55 | 115 | 79 | 0.52 | 0 | 0.31 | 0.55 | 144 | 0.35 | 0.33 |
Hex | 37 | 73 | 4F | 34 | 0 | 1F | 37 | 90 | 23 | 21 |
Octal | 67 | 163 | 117 | 64 | 0 | 37 | 67 | 220 | 43 | 41 |
Binary | 110111 | 1110011 | 1001111 | 110100 | 0 | 11111 | 110111 | 10010000 | 100011 | 100001 |
Color Harmonies of #37734F
Complementary color
Monochromatic Colors of #37734F
Black with #37734F
Text Example
Text Example
White with #37734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37734F; }
p { color: rgb(55,115,79); }
H1.HeaderClassName
{
color: #37734F;
}
.AnyTagClassName
{
color: #37734F;
}
</style>
background-color css
<style>
a { background-color: #37734F; }
a { background-color: rgb(55,115,79); }
div.DivClassName
{
background-color: #37734F;
}
.BgClassName
{
background-color: #37734F;
}
</style>
border-color css
<style>
span { border-color: #37734F; }
span { border-color: rgb(55,115,79); }
td.TdClassName
{
border-color: #37734F;
}
.TagClassName
{
border-color: #37734F;
}
</style>