Shades of Amazon #427258
Tints of Amazon #427258
RGB
CMYK
RGB Variations
Color information
#427258 (or 0x427258) is known color: Amazon. HEX triplet: 42, 72 and 58. RGB value is (66,114,88). Sum of RGB (Red+Green+Blue) = 66+114+88=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #427258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427258 is #BD8DA7. Grayscale: #606060. Windows color (decimal): -12422568 or 5796418. OLE color: 5796418.
HSL color Cylindrical-coordinate representation of color #427258: hue angle of 147.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427258 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 114 | 88 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.55 |
| HSL | 147.5º | 0.27% | 0.35% | - |
| HSV(B) | 147.5º | 0.42% | 0.45% | - |
| XYZ | 10.03 | 13.9 | 11.39 | - |
| YUV | 96.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 88 | 0.42 | 0 | 0.23 | 0.55 | 147.5 | 0.27 | 0.35 |
| Hex | 42 | 72 | 58 | 2A | 0 | 17 | 37 | 94 | 1B | 23 |
| Octal | 102 | 162 | 130 | 52 | 0 | 27 | 67 | 224 | 33 | 43 |
| Binary | 1000010 | 1110010 | 1011000 | 101010 | 0 | 10111 | 110111 | 10010100 | 11011 | 100011 |
Color Harmonies of #427258
Complementary color
Monochromatic Colors of #427258
Black with #427258
Text Example
Text Example
White with #427258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427258; }
p { color: rgb(66,114,88); }
H1.HeaderClassName
{
color: #427258;
}
.AnyTagClassName
{
color: #427258;
}
</style>
background-color css
<style>
a { background-color: #427258; }
a { background-color: rgb(66,114,88); }
div.DivClassName
{
background-color: #427258;
}
.BgClassName
{
background-color: #427258;
}
</style>
border-color css
<style>
span { border-color: #427258; }
span { border-color: rgb(66,114,88); }
td.TdClassName
{
border-color: #427258;
}
.TagClassName
{
border-color: #427258;
}
</style>