Shades of Atoll #33837E
Tints of Atoll #33837E
RGB
CMYK
RGB Variations
Color information
#33837E (or 0x33837E) is known color: Atoll. HEX triplet: 33, 83 and 7E. RGB value is (51,131,126). Sum of RGB (Red+Green+Blue) = 51+131+126=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #33837E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33837E is #CC7C81. Grayscale: #6A6A6A. Windows color (decimal): -13401218 or 8291123. OLE color: 8291123.
HSL color Cylindrical-coordinate representation of color #33837E: hue angle of 176.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33837E is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 131 | 126 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.49 |
| HSL | 176.25º | 0.44% | 0.36% | - |
| HSV(B) | 176.25º | 0.61% | 0.51% | - |
| XYZ | 13.25 | 18.44 | 22.6 | - |
| YUV | 106.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 126 | 0.61 | 0 | 0.04 | 0.49 | 176.25 | 0.44 | 0.36 |
| Hex | 33 | 83 | 7E | 3D | 0 | 4 | 31 | B0 | 2C | 24 |
| Octal | 63 | 203 | 176 | 75 | 0 | 4 | 61 | 260 | 54 | 44 |
| Binary | 110011 | 10000011 | 1111110 | 111101 | 0 | 100 | 110001 | 10110000 | 101100 | 100100 |
Color Harmonies of #33837E
Complementary color
Monochromatic Colors of #33837E
Black with #33837E
Text Example
Text Example
White with #33837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33837E; }
p { color: rgb(51,131,126); }
H1.HeaderClassName
{
color: #33837E;
}
.AnyTagClassName
{
color: #33837E;
}
</style>
background-color css
<style>
a { background-color: #33837E; }
a { background-color: rgb(51,131,126); }
div.DivClassName
{
background-color: #33837E;
}
.BgClassName
{
background-color: #33837E;
}
</style>
border-color css
<style>
span { border-color: #33837E; }
span { border-color: rgb(51,131,126); }
td.TdClassName
{
border-color: #33837E;
}
.TagClassName
{
border-color: #33837E;
}
</style>