Shades of Amazon #348144
Tints of Amazon #348144
RGB
CMYK
RGB Variations
Color information
#348144 (or 0x348144) is known color: Amazon. HEX triplet: 34, 81 and 44. RGB value is (52,129,68). Sum of RGB (Red+Green+Blue) = 52+129+68=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #348144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348144 is #CB7EBB. Grayscale: #636363. Windows color (decimal): -13336252 or 4489524. OLE color: 4489524.
HSL color Cylindrical-coordinate representation of color #348144: hue angle of 132.47º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348144 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 129 | 68 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.49 |
| HSL | 132.47º | 0.43% | 0.35% | - |
| HSV(B) | 132.47º | 0.6% | 0.51% | - |
| XYZ | 10.31 | 16.85 | 8.18 | - |
| YUV | 99.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 68 | 0.60 | 0 | 0.47 | 0.49 | 132.47 | 0.43 | 0.35 |
| Hex | 34 | 81 | 44 | 3C | 0 | 2F | 31 | 84 | 2B | 23 |
| Octal | 64 | 201 | 104 | 74 | 0 | 57 | 61 | 204 | 53 | 43 |
| Binary | 110100 | 10000001 | 1000100 | 111100 | 0 | 101111 | 110001 | 10000100 | 101011 | 100011 |
Color Harmonies of #348144
Complementary color
Monochromatic Colors of #348144
Black with #348144
Text Example
Text Example
White with #348144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348144; }
p { color: rgb(52,129,68); }
H1.HeaderClassName
{
color: #348144;
}
.AnyTagClassName
{
color: #348144;
}
</style>
background-color css
<style>
a { background-color: #348144; }
a { background-color: rgb(52,129,68); }
div.DivClassName
{
background-color: #348144;
}
.BgClassName
{
background-color: #348144;
}
</style>
border-color css
<style>
span { border-color: #348144; }
span { border-color: rgb(52,129,68); }
td.TdClassName
{
border-color: #348144;
}
.TagClassName
{
border-color: #348144;
}
</style>