Shades of Amazon #348453
Tints of Amazon #348453
RGB
CMYK
RGB Variations
Color information
#348453 (or 0x348453) is known color: Amazon. HEX triplet: 34, 84 and 53. RGB value is (52,132,83). Sum of RGB (Red+Green+Blue) = 52+132+83=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #348453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348453 is #CB7BAC. Grayscale: #666666. Windows color (decimal): -13335469 or 5473332. OLE color: 5473332.
HSL color Cylindrical-coordinate representation of color #348453: hue angle of 143.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348453 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 132 | 83 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.48 |
| HSL | 143.25º | 0.43% | 0.36% | - |
| HSV(B) | 143.25º | 0.61% | 0.52% | - |
| XYZ | 11.23 | 17.86 | 11.04 | - |
| YUV | 102.49 | 117 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 83 | 0.61 | 0 | 0.37 | 0.48 | 143.25 | 0.43 | 0.36 |
| Hex | 34 | 84 | 53 | 3D | 0 | 25 | 30 | 8F | 2B | 24 |
| Octal | 64 | 204 | 123 | 75 | 0 | 45 | 60 | 217 | 53 | 44 |
| Binary | 110100 | 10000100 | 1010011 | 111101 | 0 | 100101 | 110000 | 10001111 | 101011 | 100100 |
Color Harmonies of #348453
Complementary color
Monochromatic Colors of #348453
Black with #348453
Text Example
Text Example
White with #348453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348453; }
p { color: rgb(52,132,83); }
H1.HeaderClassName
{
color: #348453;
}
.AnyTagClassName
{
color: #348453;
}
</style>
background-color css
<style>
a { background-color: #348453; }
a { background-color: rgb(52,132,83); }
div.DivClassName
{
background-color: #348453;
}
.BgClassName
{
background-color: #348453;
}
</style>
border-color css
<style>
span { border-color: #348453; }
span { border-color: rgb(52,132,83); }
td.TdClassName
{
border-color: #348453;
}
.TagClassName
{
border-color: #348453;
}
</style>