Shades of Amazon #358145
Tints of Amazon #358145
RGB
CMYK
RGB Variations
Color information
#358145 (or 0x358145) is known color: Amazon. HEX triplet: 35, 81 and 45. RGB value is (53,129,69). Sum of RGB (Red+Green+Blue) = 53+129+69=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #358145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358145 is #CA7EBA. Grayscale: #636363. Windows color (decimal): -13270715 or 4555061. OLE color: 4555061.
HSL color Cylindrical-coordinate representation of color #358145: hue angle of 132.63º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358145 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 129 | 69 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.49 |
| HSL | 132.63º | 0.42% | 0.36% | - |
| HSV(B) | 132.63º | 0.59% | 0.51% | - |
| XYZ | 10.39 | 16.89 | 8.34 | - |
| YUV | 99.44 | 110.82 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 129 | 69 | 0.59 | 0 | 0.47 | 0.49 | 132.63 | 0.42 | 0.36 |
| Hex | 35 | 81 | 45 | 3B | 0 | 2F | 31 | 85 | 2A | 24 |
| Octal | 65 | 201 | 105 | 73 | 0 | 57 | 61 | 205 | 52 | 44 |
| Binary | 110101 | 10000001 | 1000101 | 111011 | 0 | 101111 | 110001 | 10000101 | 101010 | 100100 |
Color Harmonies of #358145
Complementary color
Monochromatic Colors of #358145
Black with #358145
Text Example
Text Example
White with #358145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358145; }
p { color: rgb(53,129,69); }
H1.HeaderClassName
{
color: #358145;
}
.AnyTagClassName
{
color: #358145;
}
</style>
background-color css
<style>
a { background-color: #358145; }
a { background-color: rgb(53,129,69); }
div.DivClassName
{
background-color: #358145;
}
.BgClassName
{
background-color: #358145;
}
</style>
border-color css
<style>
span { border-color: #358145; }
span { border-color: rgb(53,129,69); }
td.TdClassName
{
border-color: #358145;
}
.TagClassName
{
border-color: #358145;
}
</style>