Shades of Burnham #264639
Tints of Burnham #264639
RGB
CMYK
RGB Variations
Color information
#264639 (or 0x264639) is known color: Burnham. HEX triplet: 26, 46 and 39. RGB value is (38,70,57). Sum of RGB (Red+Green+Blue) = 38+70+57=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #264639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264639 is #D9B9C6. Grayscale: #3A3A3A. Windows color (decimal): -14268871 or 3753510. OLE color: 3753510.
HSL color Cylindrical-coordinate representation of color #264639: hue angle of 155.62º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #264639 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 70 | 57 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.73 |
| HSL | 155.63º | 0.3% | 0.21% | - |
| HSV(B) | 155.63º | 0.46% | 0.27% | - |
| XYZ | 3.73 | 5.09 | 4.66 | - |
| YUV | 58.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 57 | 0.46 | 0 | 0.19 | 0.73 | 155.63 | 0.3 | 0.21 |
| Hex | 26 | 46 | 39 | 2E | 0 | 13 | 49 | 9C | 1E | 15 |
| Octal | 46 | 106 | 71 | 56 | 0 | 23 | 111 | 234 | 36 | 25 |
| Binary | 100110 | 1000110 | 111001 | 101110 | 0 | 10011 | 1001001 | 10011100 | 11110 | 10101 |
Color Harmonies of #264639
Complementary color
Monochromatic Colors of #264639
Black with #264639
Text Example
Text Example
White with #264639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264639; }
p { color: rgb(38,70,57); }
H1.HeaderClassName
{
color: #264639;
}
.AnyTagClassName
{
color: #264639;
}
</style>
background-color css
<style>
a { background-color: #264639; }
a { background-color: rgb(38,70,57); }
div.DivClassName
{
background-color: #264639;
}
.BgClassName
{
background-color: #264639;
}
</style>
border-color css
<style>
span { border-color: #264639; }
span { border-color: rgb(38,70,57); }
td.TdClassName
{
border-color: #264639;
}
.TagClassName
{
border-color: #264639;
}
</style>