Shades of Amazon #3D8A4E
Tints of Amazon #3D8A4E
RGB
CMYK
RGB Variations
Color information
#3D8A4E (or 0x3D8A4E) is known color: Amazon. HEX triplet: 3D, 8A and 4E. RGB value is (61,138,78). Sum of RGB (Red+Green+Blue) = 61+138+78=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8A4E is #C275B1. Grayscale: #6C6C6C. Windows color (decimal): -12744114 or 5147197. OLE color: 5147197.
HSL color Cylindrical-coordinate representation of color #3D8A4E: hue angle of 133.25º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8A4E is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 138 | 78 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.46 |
| HSL | 133.25º | 0.39% | 0.39% | - |
| HSV(B) | 133.25º | 0.56% | 0.54% | - |
| XYZ | 12.39 | 19.72 | 10.36 | - |
| YUV | 108.14 | 110.99 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 138 | 78 | 0.56 | 0 | 0.43 | 0.46 | 133.25 | 0.39 | 0.39 |
| Hex | 3D | 8A | 4E | 38 | 0 | 2B | 2E | 85 | 27 | 27 |
| Octal | 75 | 212 | 116 | 70 | 0 | 53 | 56 | 205 | 47 | 47 |
| Binary | 111101 | 10001010 | 1001110 | 111000 | 0 | 101011 | 101110 | 10000101 | 100111 | 100111 |
Color Harmonies of #3D8A4E
Complementary color
Monochromatic Colors of #3D8A4E
Black with #3D8A4E
Text Example
Text Example
White with #3D8A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8A4E; }
p { color: rgb(61,138,78); }
H1.HeaderClassName
{
color: #3D8A4E;
}
.AnyTagClassName
{
color: #3D8A4E;
}
</style>
background-color css
<style>
a { background-color: #3D8A4E; }
a { background-color: rgb(61,138,78); }
div.DivClassName
{
background-color: #3D8A4E;
}
.BgClassName
{
background-color: #3D8A4E;
}
</style>
border-color css
<style>
span { border-color: #3D8A4E; }
span { border-color: rgb(61,138,78); }
td.TdClassName
{
border-color: #3D8A4E;
}
.TagClassName
{
border-color: #3D8A4E;
}
</style>