Shades of Amazon #427353
Tints of Amazon #427353
RGB
CMYK
RGB Variations
Color information
#427353 (or 0x427353) is known color: Amazon. HEX triplet: 42, 73 and 53. RGB value is (66,115,83). Sum of RGB (Red+Green+Blue) = 66+115+83=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #427353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427353 is #BD8CAC. Grayscale: #606060. Windows color (decimal): -12422317 or 5468994. OLE color: 5468994.
HSL color Cylindrical-coordinate representation of color #427353: hue angle of 140.82º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427353 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 115 | 83 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.55 |
| HSL | 140.82º | 0.27% | 0.35% | - |
| HSV(B) | 140.82º | 0.43% | 0.45% | - |
| XYZ | 9.94 | 14.04 | 10.37 | - |
| YUV | 96.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 83 | 0.43 | 0 | 0.28 | 0.55 | 140.82 | 0.27 | 0.35 |
| Hex | 42 | 73 | 53 | 2B | 0 | 1C | 37 | 8D | 1B | 23 |
| Octal | 102 | 163 | 123 | 53 | 0 | 34 | 67 | 215 | 33 | 43 |
| Binary | 1000010 | 1110011 | 1010011 | 101011 | 0 | 11100 | 110111 | 10001101 | 11011 | 100011 |
Color Harmonies of #427353
Complementary color
Monochromatic Colors of #427353
Black with #427353
Text Example
Text Example
White with #427353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427353; }
p { color: rgb(66,115,83); }
H1.HeaderClassName
{
color: #427353;
}
.AnyTagClassName
{
color: #427353;
}
</style>
background-color css
<style>
a { background-color: #427353; }
a { background-color: rgb(66,115,83); }
div.DivClassName
{
background-color: #427353;
}
.BgClassName
{
background-color: #427353;
}
</style>
border-color css
<style>
span { border-color: #427353; }
span { border-color: rgb(66,115,83); }
td.TdClassName
{
border-color: #427353;
}
.TagClassName
{
border-color: #427353;
}
</style>