Shades of Atoll #36817D
Tints of Atoll #36817D
RGB
CMYK
RGB Variations
Color information
#36817D (or 0x36817D) is known color: Atoll. HEX triplet: 36, 81 and 7D. RGB value is (54,129,125). Sum of RGB (Red+Green+Blue) = 54+129+125=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #36817D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36817D is #C97E82. Grayscale: #6A6A6A. Windows color (decimal): -13205123 or 8225078. OLE color: 8225078.
HSL color Cylindrical-coordinate representation of color #36817D: hue angle of 176.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36817D is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 129 | 125 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.49 |
| HSL | 176.8º | 0.41% | 0.36% | - |
| HSV(B) | 176.8º | 0.58% | 0.51% | - |
| XYZ | 13.07 | 17.97 | 22.18 | - |
| YUV | 106.12 | 138.65 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 129 | 125 | 0.58 | 0 | 0.03 | 0.49 | 176.8 | 0.41 | 0.36 |
| Hex | 36 | 81 | 7D | 3A | 0 | 3 | 31 | B1 | 29 | 24 |
| Octal | 66 | 201 | 175 | 72 | 0 | 3 | 61 | 261 | 51 | 44 |
| Binary | 110110 | 10000001 | 1111101 | 111010 | 0 | 11 | 110001 | 10110001 | 101001 | 100100 |
Color Harmonies of #36817D
Complementary color
Monochromatic Colors of #36817D
Black with #36817D
Text Example
Text Example
White with #36817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36817D; }
p { color: rgb(54,129,125); }
H1.HeaderClassName
{
color: #36817D;
}
.AnyTagClassName
{
color: #36817D;
}
</style>
background-color css
<style>
a { background-color: #36817D; }
a { background-color: rgb(54,129,125); }
div.DivClassName
{
background-color: #36817D;
}
.BgClassName
{
background-color: #36817D;
}
</style>
border-color css
<style>
span { border-color: #36817D; }
span { border-color: rgb(54,129,125); }
td.TdClassName
{
border-color: #36817D;
}
.TagClassName
{
border-color: #36817D;
}
</style>