Shades of Atoll #337976
Tints of Atoll #337976
RGB
CMYK
RGB Variations
Color information
#337976 (or 0x337976) is known color: Atoll. HEX triplet: 33, 79 and 76. RGB value is (51,121,118). Sum of RGB (Red+Green+Blue) = 51+121+118=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #337976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337976 is #CC8689. Grayscale: #636363. Windows color (decimal): -13403786 or 7764275. OLE color: 7764275.
HSL color Cylindrical-coordinate representation of color #337976: hue angle of 177.43º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337976 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 121 | 118 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.53 |
| HSL | 177.43º | 0.41% | 0.34% | - |
| HSV(B) | 177.43º | 0.58% | 0.47% | - |
| XYZ | 11.47 | 15.69 | 19.56 | - |
| YUV | 99.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 118 | 0.58 | 0 | 0.02 | 0.53 | 177.43 | 0.41 | 0.34 |
| Hex | 33 | 79 | 76 | 3A | 0 | 2 | 35 | B1 | 29 | 22 |
| Octal | 63 | 171 | 166 | 72 | 0 | 2 | 65 | 261 | 51 | 42 |
| Binary | 110011 | 1111001 | 1110110 | 111010 | 0 | 10 | 110101 | 10110001 | 101001 | 100010 |
Color Harmonies of #337976
Complementary color
Monochromatic Colors of #337976
Black with #337976
Text Example
Text Example
White with #337976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337976; }
p { color: rgb(51,121,118); }
H1.HeaderClassName
{
color: #337976;
}
.AnyTagClassName
{
color: #337976;
}
</style>
background-color css
<style>
a { background-color: #337976; }
a { background-color: rgb(51,121,118); }
div.DivClassName
{
background-color: #337976;
}
.BgClassName
{
background-color: #337976;
}
</style>
border-color css
<style>
span { border-color: #337976; }
span { border-color: rgb(51,121,118); }
td.TdClassName
{
border-color: #337976;
}
.TagClassName
{
border-color: #337976;
}
</style>