Shades of Atoll #39837D
Tints of Atoll #39837D
RGB
CMYK
RGB Variations
Color information
#39837D (or 0x39837D) is known color: Atoll. HEX triplet: 39, 83 and 7D. RGB value is (57,131,125). Sum of RGB (Red+Green+Blue) = 57+131+125=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #39837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39837D is #C67C82. Grayscale: #6C6C6C. Windows color (decimal): -13008003 or 8225593. OLE color: 8225593.
HSL color Cylindrical-coordinate representation of color #39837D: hue angle of 175.14º 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 #39837D is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 131 | 125 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.49 |
| HSL | 175.14º | 0.39% | 0.37% | - |
| HSV(B) | 175.14º | 0.56% | 0.51% | - |
| XYZ | 13.51 | 18.58 | 22.28 | - |
| YUV | 108.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 131 | 125 | 0.56 | 0 | 0.05 | 0.49 | 175.14 | 0.39 | 0.37 |
| Hex | 39 | 83 | 7D | 38 | 0 | 5 | 31 | AF | 27 | 25 |
| Octal | 71 | 203 | 175 | 70 | 0 | 5 | 61 | 257 | 47 | 45 |
| Binary | 111001 | 10000011 | 1111101 | 111000 | 0 | 101 | 110001 | 10101111 | 100111 | 100101 |
Color Harmonies of #39837D
Complementary color
Monochromatic Colors of #39837D
Black with #39837D
Text Example
Text Example
White with #39837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39837D; }
p { color: rgb(57,131,125); }
H1.HeaderClassName
{
color: #39837D;
}
.AnyTagClassName
{
color: #39837D;
}
</style>
background-color css
<style>
a { background-color: #39837D; }
a { background-color: rgb(57,131,125); }
div.DivClassName
{
background-color: #39837D;
}
.BgClassName
{
background-color: #39837D;
}
</style>
border-color css
<style>
span { border-color: #39837D; }
span { border-color: rgb(57,131,125); }
td.TdClassName
{
border-color: #39837D;
}
.TagClassName
{
border-color: #39837D;
}
</style>