Shades of Atoll #39837E
Tints of Atoll #39837E
RGB
CMYK
RGB Variations
Color information
#39837E (or 0x39837E) is known color: Atoll. HEX triplet: 39, 83 and 7E. RGB value is (57,131,126). Sum of RGB (Red+Green+Blue) = 57+131+126=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #39837E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39837E is #C67C81. Grayscale: #6C6C6C. Windows color (decimal): -13008002 or 8291129. OLE color: 8291129.
HSL color Cylindrical-coordinate representation of color #39837E: hue angle of 175.95º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39837E is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 131 | 126 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.49 |
| HSL | 175.95º | 0.39% | 0.37% | - |
| HSV(B) | 175.95º | 0.56% | 0.51% | - |
| XYZ | 13.57 | 18.61 | 22.62 | - |
| YUV | 108.3 | 137.98 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 131 | 126 | 0.56 | 0 | 0.04 | 0.49 | 175.95 | 0.39 | 0.37 |
| Hex | 39 | 83 | 7E | 38 | 0 | 4 | 31 | B0 | 27 | 25 |
| Octal | 71 | 203 | 176 | 70 | 0 | 4 | 61 | 260 | 47 | 45 |
| Binary | 111001 | 10000011 | 1111110 | 111000 | 0 | 100 | 110001 | 10110000 | 100111 | 100101 |
Color Harmonies of #39837E
Complementary color
Monochromatic Colors of #39837E
Black with #39837E
Text Example
Text Example
White with #39837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39837E; }
p { color: rgb(57,131,126); }
H1.HeaderClassName
{
color: #39837E;
}
.AnyTagClassName
{
color: #39837E;
}
</style>
background-color css
<style>
a { background-color: #39837E; }
a { background-color: rgb(57,131,126); }
div.DivClassName
{
background-color: #39837E;
}
.BgClassName
{
background-color: #39837E;
}
</style>
border-color css
<style>
span { border-color: #39837E; }
span { border-color: rgb(57,131,126); }
td.TdClassName
{
border-color: #39837E;
}
.TagClassName
{
border-color: #39837E;
}
</style>