Shades of Amazon #35814C
Tints of Amazon #35814C
RGB
CMYK
RGB Variations
Color information
#35814C (or 0x35814C) is known color: Amazon. HEX triplet: 35, 81 and 4C. RGB value is (53,129,76). Sum of RGB (Red+Green+Blue) = 53+129+76=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #35814C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35814C is #CA7EB3. Grayscale: #646464. Windows color (decimal): -13270708 or 5013813. OLE color: 5013813.
HSL color Cylindrical-coordinate representation of color #35814C: hue angle of 138.16º 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 #35814C is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 129 | 76 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.49 |
| HSL | 138.16º | 0.42% | 0.36% | - |
| HSV(B) | 138.16º | 0.59% | 0.51% | - |
| XYZ | 10.62 | 16.98 | 9.55 | - |
| YUV | 100.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 129 | 76 | 0.59 | 0 | 0.41 | 0.49 | 138.16 | 0.42 | 0.36 |
| Hex | 35 | 81 | 4C | 3B | 0 | 29 | 31 | 8A | 2A | 24 |
| Octal | 65 | 201 | 114 | 73 | 0 | 51 | 61 | 212 | 52 | 44 |
| Binary | 110101 | 10000001 | 1001100 | 111011 | 0 | 101001 | 110001 | 10001010 | 101010 | 100100 |
Color Harmonies of #35814C
Complementary color
Monochromatic Colors of #35814C
Black with #35814C
Text Example
Text Example
White with #35814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35814C; }
p { color: rgb(53,129,76); }
H1.HeaderClassName
{
color: #35814C;
}
.AnyTagClassName
{
color: #35814C;
}
</style>
background-color css
<style>
a { background-color: #35814C; }
a { background-color: rgb(53,129,76); }
div.DivClassName
{
background-color: #35814C;
}
.BgClassName
{
background-color: #35814C;
}
</style>
border-color css
<style>
span { border-color: #35814C; }
span { border-color: rgb(53,129,76); }
td.TdClassName
{
border-color: #35814C;
}
.TagClassName
{
border-color: #35814C;
}
</style>