Shades of Atoll #32817F
Tints of Atoll #32817F
RGB
CMYK
RGB Variations
Color information
#32817F (or 0x32817F) is known color: Atoll. HEX triplet: 32, 81 and 7F. RGB value is (50,129,127). Sum of RGB (Red+Green+Blue) = 50+129+127=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #32817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32817F is #CD7E80. Grayscale: #696969. Windows color (decimal): -13467265 or 8356146. OLE color: 8356146.
HSL color Cylindrical-coordinate representation of color #32817F: hue angle of 178.48º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32817F is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 129 | 127 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.49 |
| HSL | 178.48º | 0.44% | 0.35% | - |
| HSV(B) | 178.48º | 0.61% | 0.51% | - |
| XYZ | 13 | 17.91 | 22.85 | - |
| YUV | 105.15 | 140.33 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 127 | 0.61 | 0 | 0.02 | 0.49 | 178.48 | 0.44 | 0.35 |
| Hex | 32 | 81 | 7F | 3D | 0 | 2 | 31 | B2 | 2C | 23 |
| Octal | 62 | 201 | 177 | 75 | 0 | 2 | 61 | 262 | 54 | 43 |
| Binary | 110010 | 10000001 | 1111111 | 111101 | 0 | 10 | 110001 | 10110010 | 101100 | 100011 |
Color Harmonies of #32817F
Complementary color
Monochromatic Colors of #32817F
Black with #32817F
Text Example
Text Example
White with #32817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32817F; }
p { color: rgb(50,129,127); }
H1.HeaderClassName
{
color: #32817F;
}
.AnyTagClassName
{
color: #32817F;
}
</style>
background-color css
<style>
a { background-color: #32817F; }
a { background-color: rgb(50,129,127); }
div.DivClassName
{
background-color: #32817F;
}
.BgClassName
{
background-color: #32817F;
}
</style>
border-color css
<style>
span { border-color: #32817F; }
span { border-color: rgb(50,129,127); }
td.TdClassName
{
border-color: #32817F;
}
.TagClassName
{
border-color: #32817F;
}
</style>