Shades of Burnham #274639
Tints of Burnham #274639
RGB
CMYK
RGB Variations
Color information
#274639 (or 0x274639) is known color: Burnham. HEX triplet: 27, 46 and 39. RGB value is (39,70,57). Sum of RGB (Red+Green+Blue) = 39+70+57=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #274639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274639 is #D8B9C6. Grayscale: #3B3B3B. Windows color (decimal): -14203335 or 3753511. OLE color: 3753511.
HSL color Cylindrical-coordinate representation of color #274639: hue angle of 154.84º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #274639 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 70 | 57 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.73 |
| HSL | 154.84º | 0.28% | 0.21% | - |
| HSV(B) | 154.84º | 0.44% | 0.27% | - |
| XYZ | 3.77 | 5.11 | 4.66 | - |
| YUV | 59.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 57 | 0.44 | 0 | 0.19 | 0.73 | 154.84 | 0.28 | 0.21 |
| Hex | 27 | 46 | 39 | 2C | 0 | 13 | 49 | 9B | 1C | 15 |
| Octal | 47 | 106 | 71 | 54 | 0 | 23 | 111 | 233 | 34 | 25 |
| Binary | 100111 | 1000110 | 111001 | 101100 | 0 | 10011 | 1001001 | 10011011 | 11100 | 10101 |
Color Harmonies of #274639
Complementary color
Monochromatic Colors of #274639
Black with #274639
Text Example
Text Example
White with #274639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274639; }
p { color: rgb(39,70,57); }
H1.HeaderClassName
{
color: #274639;
}
.AnyTagClassName
{
color: #274639;
}
</style>
background-color css
<style>
a { background-color: #274639; }
a { background-color: rgb(39,70,57); }
div.DivClassName
{
background-color: #274639;
}
.BgClassName
{
background-color: #274639;
}
</style>
border-color css
<style>
span { border-color: #274639; }
span { border-color: rgb(39,70,57); }
td.TdClassName
{
border-color: #274639;
}
.TagClassName
{
border-color: #274639;
}
</style>