Shades of Amazon #378752
Tints of Amazon #378752
RGB
CMYK
RGB Variations
Color information
#378752 (or 0x378752) is known color: Amazon. HEX triplet: 37, 87 and 52. RGB value is (55,135,82). Sum of RGB (Red+Green+Blue) = 55+135+82=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #378752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378752 is #C878AD. Grayscale: #696969. Windows color (decimal): -13138094 or 5408567. OLE color: 5408567.
HSL color Cylindrical-coordinate representation of color #378752: hue angle of 140.25º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378752 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 135 | 82 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.47 |
| HSL | 140.25º | 0.42% | 0.37% | - |
| HSV(B) | 140.25º | 0.59% | 0.53% | - |
| XYZ | 11.76 | 18.75 | 10.98 | - |
| YUV | 105.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 135 | 82 | 0.59 | 0 | 0.39 | 0.47 | 140.25 | 0.42 | 0.37 |
| Hex | 37 | 87 | 52 | 3B | 0 | 27 | 2F | 8C | 2A | 25 |
| Octal | 67 | 207 | 122 | 73 | 0 | 47 | 57 | 214 | 52 | 45 |
| Binary | 110111 | 10000111 | 1010010 | 111011 | 0 | 100111 | 101111 | 10001100 | 101010 | 100101 |
Color Harmonies of #378752
Complementary color
Monochromatic Colors of #378752
Black with #378752
Text Example
Text Example
White with #378752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378752; }
p { color: rgb(55,135,82); }
H1.HeaderClassName
{
color: #378752;
}
.AnyTagClassName
{
color: #378752;
}
</style>
background-color css
<style>
a { background-color: #378752; }
a { background-color: rgb(55,135,82); }
div.DivClassName
{
background-color: #378752;
}
.BgClassName
{
background-color: #378752;
}
</style>
border-color css
<style>
span { border-color: #378752; }
span { border-color: rgb(55,135,82); }
td.TdClassName
{
border-color: #378752;
}
.TagClassName
{
border-color: #378752;
}
</style>