Shades of Atoll #36807F
Tints of Atoll #36807F
RGB
CMYK
RGB Variations
Color information
#36807F (or 0x36807F) is known color: Atoll. HEX triplet: 36, 80 and 7F. RGB value is (54,128,127). Sum of RGB (Red+Green+Blue) = 54+128+127=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #36807F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36807F is #C97F80. Grayscale: #696969. Windows color (decimal): -13205377 or 8355894. OLE color: 8355894.
HSL color Cylindrical-coordinate representation of color #36807F: hue angle of 179.19º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36807F is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 128 | 127 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.50 |
| HSL | 179.19º | 0.41% | 0.36% | - |
| HSV(B) | 179.19º | 0.58% | 0.5% | - |
| XYZ | 13.07 | 17.75 | 22.82 | - |
| YUV | 105.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 127 | 0.58 | 0 | 0.01 | 0.50 | 179.19 | 0.41 | 0.36 |
| Hex | 36 | 80 | 7F | 3A | 0 | 1 | 32 | B3 | 29 | 24 |
| Octal | 66 | 200 | 177 | 72 | 0 | 1 | 62 | 263 | 51 | 44 |
| Binary | 110110 | 10000000 | 1111111 | 111010 | 0 | 1 | 110010 | 10110011 | 101001 | 100100 |
Color Harmonies of #36807F
Complementary color
Monochromatic Colors of #36807F
Black with #36807F
Text Example
Text Example
White with #36807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36807F; }
p { color: rgb(54,128,127); }
H1.HeaderClassName
{
color: #36807F;
}
.AnyTagClassName
{
color: #36807F;
}
</style>
background-color css
<style>
a { background-color: #36807F; }
a { background-color: rgb(54,128,127); }
div.DivClassName
{
background-color: #36807F;
}
.BgClassName
{
background-color: #36807F;
}
</style>
border-color css
<style>
span { border-color: #36807F; }
span { border-color: rgb(54,128,127); }
td.TdClassName
{
border-color: #36807F;
}
.TagClassName
{
border-color: #36807F;
}
</style>