Shades of Acadia #37342F
Tints of Acadia #37342F
RGB
CMYK
RGB Variations
Color information
#37342F (or 0x37342F) is known color: Acadia. HEX triplet: 37, 34 and 2F. RGB value is (55,52,47). Sum of RGB (Red+Green+Blue) = 55+52+47=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 55 - color contains mainly: red. Hex color #37342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37342F is #C8CBD0. Grayscale: #343434. Windows color (decimal): -13159377 or 3093559. OLE color: 3093559.
HSL color Cylindrical-coordinate representation of color #37342F: hue angle of 37.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #37342F is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 52 | 47 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.78 |
| HSL | 37.5º | 0.08% | 0.2% | - |
| HSV(B) | 37.5º | 0.15% | 0.22% | - |
| XYZ | 3.32 | 3.47 | 3.18 | - |
| YUV | 52.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 47 | 0 | 0.05 | 0.15 | 0.78 | 37.5 | 0.08 | 0.2 |
| Hex | 37 | 34 | 2F | 0 | 5 | F | 4E | 26 | 8 | 14 |
| Octal | 67 | 64 | 57 | 0 | 5 | 17 | 116 | 46 | 10 | 24 |
| Binary | 110111 | 110100 | 101111 | 0 | 101 | 1111 | 1001110 | 100110 | 1000 | 10100 |
Color Harmonies of #37342F
Complementary color
Monochromatic Colors of #37342F
Black with #37342F
Text Example
Text Example
White with #37342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37342F; }
p { color: rgb(55,52,47); }
H1.HeaderClassName
{
color: #37342F;
}
.AnyTagClassName
{
color: #37342F;
}
</style>
background-color css
<style>
a { background-color: #37342F; }
a { background-color: rgb(55,52,47); }
div.DivClassName
{
background-color: #37342F;
}
.BgClassName
{
background-color: #37342F;
}
</style>
border-color css
<style>
span { border-color: #37342F; }
span { border-color: rgb(55,52,47); }
td.TdClassName
{
border-color: #37342F;
}
.TagClassName
{
border-color: #37342F;
}
</style>