Shades of Atoll #33817D
Tints of Atoll #33817D
RGB
CMYK
RGB Variations
Color information
#33817D (or 0x33817D) is known color: Atoll. HEX triplet: 33, 81 and 7D. RGB value is (51,129,125). Sum of RGB (Red+Green+Blue) = 51+129+125=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #33817D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33817D is #CC7E82. Grayscale: #696969. Windows color (decimal): -13401731 or 8225075. OLE color: 8225075.
HSL color Cylindrical-coordinate representation of color #33817D: hue angle of 176.92º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33817D is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 129 | 125 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.49 |
| HSL | 176.92º | 0.43% | 0.35% | - |
| HSV(B) | 176.92º | 0.6% | 0.51% | - |
| XYZ | 12.92 | 17.88 | 22.17 | - |
| YUV | 105.22 | 139.16 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 129 | 125 | 0.60 | 0 | 0.03 | 0.49 | 176.92 | 0.43 | 0.35 |
| Hex | 33 | 81 | 7D | 3C | 0 | 3 | 31 | B1 | 2B | 23 |
| Octal | 63 | 201 | 175 | 74 | 0 | 3 | 61 | 261 | 53 | 43 |
| Binary | 110011 | 10000001 | 1111101 | 111100 | 0 | 11 | 110001 | 10110001 | 101011 | 100011 |
Color Harmonies of #33817D
Complementary color
Monochromatic Colors of #33817D
Black with #33817D
Text Example
Text Example
White with #33817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33817D; }
p { color: rgb(51,129,125); }
H1.HeaderClassName
{
color: #33817D;
}
.AnyTagClassName
{
color: #33817D;
}
</style>
background-color css
<style>
a { background-color: #33817D; }
a { background-color: rgb(51,129,125); }
div.DivClassName
{
background-color: #33817D;
}
.BgClassName
{
background-color: #33817D;
}
</style>
border-color css
<style>
span { border-color: #33817D; }
span { border-color: rgb(51,129,125); }
td.TdClassName
{
border-color: #33817D;
}
.TagClassName
{
border-color: #33817D;
}
</style>