Shades of Amazon #3A7B4B
Tints of Amazon #3A7B4B
RGB
CMYK
RGB Variations
Color information
#3A7B4B (or 0x3A7B4B) is known color: Amazon. HEX triplet: 3A, 7B and 4B. RGB value is (58,123,75). Sum of RGB (Red+Green+Blue) = 58+123+75=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7B4B is #C584B4. Grayscale: #626262. Windows color (decimal): -12944565 or 4946746. OLE color: 4946746.
HSL color Cylindrical-coordinate representation of color #3A7B4B: hue angle of 135.69º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7B4B is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 123 | 75 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.52 |
| HSL | 135.69º | 0.36% | 0.35% | - |
| HSV(B) | 135.69º | 0.53% | 0.48% | - |
| XYZ | 10.1 | 15.57 | 9.13 | - |
| YUV | 98.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 75 | 0.53 | 0 | 0.39 | 0.52 | 135.69 | 0.36 | 0.35 |
| Hex | 3A | 7B | 4B | 35 | 0 | 27 | 34 | 88 | 24 | 23 |
| Octal | 72 | 173 | 113 | 65 | 0 | 47 | 64 | 210 | 44 | 43 |
| Binary | 111010 | 1111011 | 1001011 | 110101 | 0 | 100111 | 110100 | 10001000 | 100100 | 100011 |
Color Harmonies of #3A7B4B
Complementary color
Monochromatic Colors of #3A7B4B
Black with #3A7B4B
Text Example
Text Example
White with #3A7B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7B4B; }
p { color: rgb(58,123,75); }
H1.HeaderClassName
{
color: #3A7B4B;
}
.AnyTagClassName
{
color: #3A7B4B;
}
</style>
background-color css
<style>
a { background-color: #3A7B4B; }
a { background-color: rgb(58,123,75); }
div.DivClassName
{
background-color: #3A7B4B;
}
.BgClassName
{
background-color: #3A7B4B;
}
</style>
border-color css
<style>
span { border-color: #3A7B4B; }
span { border-color: rgb(58,123,75); }
td.TdClassName
{
border-color: #3A7B4B;
}
.TagClassName
{
border-color: #3A7B4B;
}
</style>