Shades of Atoll #34817F
Tints of Atoll #34817F
RGB
CMYK
RGB Variations
Color information
#34817F (or 0x34817F) is known color: Atoll. HEX triplet: 34, 81 and 7F. RGB value is (52,129,127). Sum of RGB (Red+Green+Blue) = 52+129+127=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #34817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34817F is #CB7E80. Grayscale: #696969. Windows color (decimal): -13336193 or 8356148. OLE color: 8356148.
HSL color Cylindrical-coordinate representation of color #34817F: hue angle of 178.44º 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 #34817F is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 129 | 127 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.49 |
| HSL | 178.44º | 0.43% | 0.35% | - |
| HSV(B) | 178.44º | 0.6% | 0.51% | - |
| XYZ | 13.1 | 17.96 | 22.86 | - |
| YUV | 105.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 127 | 0.60 | 0 | 0.02 | 0.49 | 178.44 | 0.43 | 0.35 |
| Hex | 34 | 81 | 7F | 3C | 0 | 2 | 31 | B2 | 2B | 23 |
| Octal | 64 | 201 | 177 | 74 | 0 | 2 | 61 | 262 | 53 | 43 |
| Binary | 110100 | 10000001 | 1111111 | 111100 | 0 | 10 | 110001 | 10110010 | 101011 | 100011 |
Color Harmonies of #34817F
Complementary color
Monochromatic Colors of #34817F
Black with #34817F
Text Example
Text Example
White with #34817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34817F; }
p { color: rgb(52,129,127); }
H1.HeaderClassName
{
color: #34817F;
}
.AnyTagClassName
{
color: #34817F;
}
</style>
background-color css
<style>
a { background-color: #34817F; }
a { background-color: rgb(52,129,127); }
div.DivClassName
{
background-color: #34817F;
}
.BgClassName
{
background-color: #34817F;
}
</style>
border-color css
<style>
span { border-color: #34817F; }
span { border-color: rgb(52,129,127); }
td.TdClassName
{
border-color: #34817F;
}
.TagClassName
{
border-color: #34817F;
}
</style>