Shades of Amazon #367B4B
Tints of Amazon #367B4B
RGB
CMYK
RGB Variations
Color information
#367B4B (or 0x367B4B) is known color: Amazon. HEX triplet: 36, 7B and 4B. RGB value is (54,123,75). Sum of RGB (Red+Green+Blue) = 54+123+75=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #367B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367B4B is #C984B4. Grayscale: #616161. Windows color (decimal): -13206709 or 4946742. OLE color: 4946742.
HSL color Cylindrical-coordinate representation of color #367B4B: hue angle of 138.26º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367B4B is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 123 | 75 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.52 |
| HSL | 138.26º | 0.39% | 0.35% | - |
| HSV(B) | 138.26º | 0.56% | 0.48% | - |
| XYZ | 9.87 | 15.46 | 9.12 | - |
| YUV | 96.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 75 | 0.56 | 0 | 0.39 | 0.52 | 138.26 | 0.39 | 0.35 |
| Hex | 36 | 7B | 4B | 38 | 0 | 27 | 34 | 8A | 27 | 23 |
| Octal | 66 | 173 | 113 | 70 | 0 | 47 | 64 | 212 | 47 | 43 |
| Binary | 110110 | 1111011 | 1001011 | 111000 | 0 | 100111 | 110100 | 10001010 | 100111 | 100011 |
Color Harmonies of #367B4B
Complementary color
Monochromatic Colors of #367B4B
Black with #367B4B
Text Example
Text Example
White with #367B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367B4B; }
p { color: rgb(54,123,75); }
H1.HeaderClassName
{
color: #367B4B;
}
.AnyTagClassName
{
color: #367B4B;
}
</style>
background-color css
<style>
a { background-color: #367B4B; }
a { background-color: rgb(54,123,75); }
div.DivClassName
{
background-color: #367B4B;
}
.BgClassName
{
background-color: #367B4B;
}
</style>
border-color css
<style>
span { border-color: #367B4B; }
span { border-color: rgb(54,123,75); }
td.TdClassName
{
border-color: #367B4B;
}
.TagClassName
{
border-color: #367B4B;
}
</style>