Shades of Amazon #35814A
Tints of Amazon #35814A
RGB
CMYK
RGB Variations
Color information
#35814A (or 0x35814A) is known color: Amazon. HEX triplet: 35, 81 and 4A. RGB value is (53,129,74). Sum of RGB (Red+Green+Blue) = 53+129+74=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #35814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35814A is #CA7EB5. Grayscale: #646464. Windows color (decimal): -13270710 or 4882741. OLE color: 4882741.
HSL color Cylindrical-coordinate representation of color #35814A: hue angle of 136.58º 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 #35814A is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 129 | 74 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.49 |
| HSL | 136.58º | 0.42% | 0.36% | - |
| HSV(B) | 136.58º | 0.59% | 0.51% | - |
| XYZ | 10.55 | 16.95 | 9.19 | - |
| YUV | 100.01 | 113.32 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 129 | 74 | 0.59 | 0 | 0.43 | 0.49 | 136.58 | 0.42 | 0.36 |
| Hex | 35 | 81 | 4A | 3B | 0 | 2B | 31 | 89 | 2A | 24 |
| Octal | 65 | 201 | 112 | 73 | 0 | 53 | 61 | 211 | 52 | 44 |
| Binary | 110101 | 10000001 | 1001010 | 111011 | 0 | 101011 | 110001 | 10001001 | 101010 | 100100 |
Color Harmonies of #35814A
Complementary color
Monochromatic Colors of #35814A
Black with #35814A
Text Example
Text Example
White with #35814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35814A; }
p { color: rgb(53,129,74); }
H1.HeaderClassName
{
color: #35814A;
}
.AnyTagClassName
{
color: #35814A;
}
</style>
background-color css
<style>
a { background-color: #35814A; }
a { background-color: rgb(53,129,74); }
div.DivClassName
{
background-color: #35814A;
}
.BgClassName
{
background-color: #35814A;
}
</style>
border-color css
<style>
span { border-color: #35814A; }
span { border-color: rgb(53,129,74); }
td.TdClassName
{
border-color: #35814A;
}
.TagClassName
{
border-color: #35814A;
}
</style>