Shades of Amazon #34844B
Tints of Amazon #34844B
RGB
CMYK
RGB Variations
Color information
#34844B (or 0x34844B) is known color: Amazon. HEX triplet: 34, 84 and 4B. RGB value is (52,132,75). Sum of RGB (Red+Green+Blue) = 52+132+75=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #34844B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34844B is #CB7BB4. Grayscale: #656565. Windows color (decimal): -13335477 or 4949044. OLE color: 4949044.
HSL color Cylindrical-coordinate representation of color #34844B: hue angle of 137.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 #34844B is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 132 | 75 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.48 |
| HSL | 137.25º | 0.43% | 0.36% | - |
| HSV(B) | 137.25º | 0.61% | 0.52% | - |
| XYZ | 10.94 | 17.74 | 9.5 | - |
| YUV | 101.58 | 113 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 75 | 0.61 | 0 | 0.43 | 0.48 | 137.25 | 0.43 | 0.36 |
| Hex | 34 | 84 | 4B | 3D | 0 | 2B | 30 | 89 | 2B | 24 |
| Octal | 64 | 204 | 113 | 75 | 0 | 53 | 60 | 211 | 53 | 44 |
| Binary | 110100 | 10000100 | 1001011 | 111101 | 0 | 101011 | 110000 | 10001001 | 101011 | 100100 |
Color Harmonies of #34844B
Complementary color
Monochromatic Colors of #34844B
Black with #34844B
Text Example
Text Example
White with #34844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34844B; }
p { color: rgb(52,132,75); }
H1.HeaderClassName
{
color: #34844B;
}
.AnyTagClassName
{
color: #34844B;
}
</style>
background-color css
<style>
a { background-color: #34844B; }
a { background-color: rgb(52,132,75); }
div.DivClassName
{
background-color: #34844B;
}
.BgClassName
{
background-color: #34844B;
}
</style>
border-color css
<style>
span { border-color: #34844B; }
span { border-color: rgb(52,132,75); }
td.TdClassName
{
border-color: #34844B;
}
.TagClassName
{
border-color: #34844B;
}
</style>