Shades of Amazon #3A6F4A
Tints of Amazon #3A6F4A
RGB
CMYK
RGB Variations
Color information
#3A6F4A (or 0x3A6F4A) is known color: Amazon. HEX triplet: 3A, 6F and 4A. RGB value is (58,111,74). Sum of RGB (Red+Green+Blue) = 58+111+74=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6F4A is #C590B5. Grayscale: #5B5B5B. Windows color (decimal): -12947638 or 4878138. OLE color: 4878138.
HSL color Cylindrical-coordinate representation of color #3A6F4A: hue angle of 138.11º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6F4A is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 74 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.56 |
| HSL | 138.11º | 0.31% | 0.33% | - |
| HSV(B) | 138.11º | 0.48% | 0.44% | - |
| XYZ | 8.67 | 12.76 | 8.49 | - |
| YUV | 90.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 74 | 0.48 | 0 | 0.33 | 0.56 | 138.11 | 0.31 | 0.33 |
| Hex | 3A | 6F | 4A | 30 | 0 | 21 | 38 | 8A | 1F | 21 |
| Octal | 72 | 157 | 112 | 60 | 0 | 41 | 70 | 212 | 37 | 41 |
| Binary | 111010 | 1101111 | 1001010 | 110000 | 0 | 100001 | 111000 | 10001010 | 11111 | 100001 |
Color Harmonies of #3A6F4A
Complementary color
Monochromatic Colors of #3A6F4A
Black with #3A6F4A
Text Example
Text Example
White with #3A6F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F4A; }
p { color: rgb(58,111,74); }
H1.HeaderClassName
{
color: #3A6F4A;
}
.AnyTagClassName
{
color: #3A6F4A;
}
</style>
background-color css
<style>
a { background-color: #3A6F4A; }
a { background-color: rgb(58,111,74); }
div.DivClassName
{
background-color: #3A6F4A;
}
.BgClassName
{
background-color: #3A6F4A;
}
</style>
border-color css
<style>
span { border-color: #3A6F4A; }
span { border-color: rgb(58,111,74); }
td.TdClassName
{
border-color: #3A6F4A;
}
.TagClassName
{
border-color: #3A6F4A;
}
</style>