Shades of Amazon #427152
Tints of Amazon #427152
RGB
CMYK
RGB Variations
Color information
#427152 (or 0x427152) is known color: Amazon. HEX triplet: 42, 71 and 52. RGB value is (66,113,82). Sum of RGB (Red+Green+Blue) = 66+113+82=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #427152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427152 is #BD8EAD. Grayscale: #5F5F5F. Windows color (decimal): -12422830 or 5402946. OLE color: 5402946.
HSL color Cylindrical-coordinate representation of color #427152: hue angle of 140.43º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427152 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 113 | 82 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.56 |
| HSL | 140.43º | 0.26% | 0.35% | - |
| HSV(B) | 140.43º | 0.42% | 0.44% | - |
| XYZ | 9.67 | 13.58 | 10.09 | - |
| YUV | 95.41 | 120.43 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 82 | 0.42 | 0 | 0.27 | 0.56 | 140.43 | 0.26 | 0.35 |
| Hex | 42 | 71 | 52 | 2A | 0 | 1B | 38 | 8C | 1A | 23 |
| Octal | 102 | 161 | 122 | 52 | 0 | 33 | 70 | 214 | 32 | 43 |
| Binary | 1000010 | 1110001 | 1010010 | 101010 | 0 | 11011 | 111000 | 10001100 | 11010 | 100011 |
Color Harmonies of #427152
Complementary color
Monochromatic Colors of #427152
Black with #427152
Text Example
Text Example
White with #427152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427152; }
p { color: rgb(66,113,82); }
H1.HeaderClassName
{
color: #427152;
}
.AnyTagClassName
{
color: #427152;
}
</style>
background-color css
<style>
a { background-color: #427152; }
a { background-color: rgb(66,113,82); }
div.DivClassName
{
background-color: #427152;
}
.BgClassName
{
background-color: #427152;
}
</style>
border-color css
<style>
span { border-color: #427152; }
span { border-color: rgb(66,113,82); }
td.TdClassName
{
border-color: #427152;
}
.TagClassName
{
border-color: #427152;
}
</style>