Shades of Amazon #3A6E4B
Tints of Amazon #3A6E4B
RGB
CMYK
RGB Variations
Color information
#3A6E4B (or 0x3A6E4B) is known color: Amazon. HEX triplet: 3A, 6E and 4B. RGB value is (58,110,75). Sum of RGB (Red+Green+Blue) = 58+110+75=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6E4B is #C591B4. Grayscale: #5A5A5A. Windows color (decimal): -12947893 or 4943418. OLE color: 4943418.
HSL color Cylindrical-coordinate representation of color #3A6E4B: hue angle of 139.62º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6E4B is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 110 | 75 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.57 |
| HSL | 139.62º | 0.31% | 0.33% | - |
| HSV(B) | 139.62º | 0.47% | 0.43% | - |
| XYZ | 8.59 | 12.56 | 8.63 | - |
| YUV | 90.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 75 | 0.47 | 0 | 0.32 | 0.57 | 139.62 | 0.31 | 0.33 |
| Hex | 3A | 6E | 4B | 2F | 0 | 20 | 39 | 8C | 1F | 21 |
| Octal | 72 | 156 | 113 | 57 | 0 | 40 | 71 | 214 | 37 | 41 |
| Binary | 111010 | 1101110 | 1001011 | 101111 | 0 | 100000 | 111001 | 10001100 | 11111 | 100001 |
Color Harmonies of #3A6E4B
Complementary color
Monochromatic Colors of #3A6E4B
Black with #3A6E4B
Text Example
Text Example
White with #3A6E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6E4B; }
p { color: rgb(58,110,75); }
H1.HeaderClassName
{
color: #3A6E4B;
}
.AnyTagClassName
{
color: #3A6E4B;
}
</style>
background-color css
<style>
a { background-color: #3A6E4B; }
a { background-color: rgb(58,110,75); }
div.DivClassName
{
background-color: #3A6E4B;
}
.BgClassName
{
background-color: #3A6E4B;
}
</style>
border-color css
<style>
span { border-color: #3A6E4B; }
span { border-color: rgb(58,110,75); }
td.TdClassName
{
border-color: #3A6E4B;
}
.TagClassName
{
border-color: #3A6E4B;
}
</style>