Shades of Amazon #3D8852
Tints of Amazon #3D8852
RGB
CMYK
RGB Variations
Color information
#3D8852 (or 0x3D8852) is known color: Amazon. HEX triplet: 3D, 88 and 52. RGB value is (61,136,82). Sum of RGB (Red+Green+Blue) = 61+136+82=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8852 is #C277AD. Grayscale: #6B6B6B. Windows color (decimal): -12744622 or 5408829. OLE color: 5408829.
HSL color Cylindrical-coordinate representation of color #3D8852: hue angle of 136.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8852 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 136 | 82 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.47 |
| HSL | 136.8º | 0.38% | 0.39% | - |
| HSV(B) | 136.8º | 0.55% | 0.53% | - |
| XYZ | 12.25 | 19.21 | 11.04 | - |
| YUV | 107.42 | 113.65 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 82 | 0.55 | 0 | 0.40 | 0.47 | 136.8 | 0.38 | 0.39 |
| Hex | 3D | 88 | 52 | 37 | 0 | 28 | 2F | 89 | 26 | 27 |
| Octal | 75 | 210 | 122 | 67 | 0 | 50 | 57 | 211 | 46 | 47 |
| Binary | 111101 | 10001000 | 1010010 | 110111 | 0 | 101000 | 101111 | 10001001 | 100110 | 100111 |
Color Harmonies of #3D8852
Complementary color
Monochromatic Colors of #3D8852
Black with #3D8852
Text Example
Text Example
White with #3D8852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8852; }
p { color: rgb(61,136,82); }
H1.HeaderClassName
{
color: #3D8852;
}
.AnyTagClassName
{
color: #3D8852;
}
</style>
background-color css
<style>
a { background-color: #3D8852; }
a { background-color: rgb(61,136,82); }
div.DivClassName
{
background-color: #3D8852;
}
.BgClassName
{
background-color: #3D8852;
}
</style>
border-color css
<style>
span { border-color: #3D8852; }
span { border-color: rgb(61,136,82); }
td.TdClassName
{
border-color: #3D8852;
}
.TagClassName
{
border-color: #3D8852;
}
</style>