Shades of Burnham #264137
Tints of Burnham #264137
RGB
CMYK
RGB Variations
Color information
#264137 (or 0x264137) is known color: Burnham. HEX triplet: 26, 41 and 37. RGB value is (38,65,55). Sum of RGB (Red+Green+Blue) = 38+65+55=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #264137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264137 is #D9BEC8. Grayscale: #373737. Windows color (decimal): -14270153 or 3621158. OLE color: 3621158.
HSL color Cylindrical-coordinate representation of color #264137: hue angle of 157.78º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #264137 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 65 | 55 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.75 |
| HSL | 157.78º | 0.26% | 0.2% | - |
| HSV(B) | 157.78º | 0.42% | 0.25% | - |
| XYZ | 3.38 | 4.47 | 4.3 | - |
| YUV | 55.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 55 | 0.42 | 0 | 0.15 | 0.75 | 157.78 | 0.26 | 0.2 |
| Hex | 26 | 41 | 37 | 2A | 0 | F | 4B | 9E | 1A | 14 |
| Octal | 46 | 101 | 67 | 52 | 0 | 17 | 113 | 236 | 32 | 24 |
| Binary | 100110 | 1000001 | 110111 | 101010 | 0 | 1111 | 1001011 | 10011110 | 11010 | 10100 |
Color Harmonies of #264137
Complementary color
Monochromatic Colors of #264137
Black with #264137
Text Example
Text Example
White with #264137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264137; }
p { color: rgb(38,65,55); }
H1.HeaderClassName
{
color: #264137;
}
.AnyTagClassName
{
color: #264137;
}
</style>
background-color css
<style>
a { background-color: #264137; }
a { background-color: rgb(38,65,55); }
div.DivClassName
{
background-color: #264137;
}
.BgClassName
{
background-color: #264137;
}
</style>
border-color css
<style>
span { border-color: #264137; }
span { border-color: rgb(38,65,55); }
td.TdClassName
{
border-color: #264137;
}
.TagClassName
{
border-color: #264137;
}
</style>