Shades of Atoll #33827F
Tints of Atoll #33827F
RGB
CMYK
RGB Variations
Color information
#33827F (or 0x33827F) is known color: Atoll. HEX triplet: 33, 82 and 7F. RGB value is (51,130,127). Sum of RGB (Red+Green+Blue) = 51+130+127=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #33827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33827F is #CC7D80. Grayscale: #696969. Windows color (decimal): -13401473 or 8356403. OLE color: 8356403.
HSL color Cylindrical-coordinate representation of color #33827F: hue angle of 177.72º 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 #33827F is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 127 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.49 |
| HSL | 177.72º | 0.44% | 0.35% | - |
| HSV(B) | 177.72º | 0.61% | 0.51% | - |
| XYZ | 13.18 | 18.2 | 22.9 | - |
| YUV | 106.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 127 | 0.61 | 0 | 0.02 | 0.49 | 177.72 | 0.44 | 0.35 |
| Hex | 33 | 82 | 7F | 3D | 0 | 2 | 31 | B2 | 2C | 23 |
| Octal | 63 | 202 | 177 | 75 | 0 | 2 | 61 | 262 | 54 | 43 |
| Binary | 110011 | 10000010 | 1111111 | 111101 | 0 | 10 | 110001 | 10110010 | 101100 | 100011 |
Color Harmonies of #33827F
Complementary color
Monochromatic Colors of #33827F
Black with #33827F
Text Example
Text Example
White with #33827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33827F; }
p { color: rgb(51,130,127); }
H1.HeaderClassName
{
color: #33827F;
}
.AnyTagClassName
{
color: #33827F;
}
</style>
background-color css
<style>
a { background-color: #33827F; }
a { background-color: rgb(51,130,127); }
div.DivClassName
{
background-color: #33827F;
}
.BgClassName
{
background-color: #33827F;
}
</style>
border-color css
<style>
span { border-color: #33827F; }
span { border-color: rgb(51,130,127); }
td.TdClassName
{
border-color: #33827F;
}
.TagClassName
{
border-color: #33827F;
}
</style>