Shades of Burnham #264A3B
Tints of Burnham #264A3B
RGB
CMYK
RGB Variations
Color information
#264A3B (or 0x264A3B) is known color: Burnham. HEX triplet: 26, 4A and 3B. RGB value is (38,74,59). Sum of RGB (Red+Green+Blue) = 38+74+59=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 74 - color contains mainly: green. Hex color #264A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264A3B is #D9B5C4. Grayscale: #3D3D3D. Windows color (decimal): -14267845 or 3885606. OLE color: 3885606.
HSL color Cylindrical-coordinate representation of color #264A3B: hue angle of 155º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #264A3B is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 74 | 59 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.71 |
| HSL | 155º | 0.32% | 0.22% | - |
| HSV(B) | 155º | 0.49% | 0.29% | - |
| XYZ | 4.04 | 5.63 | 5.01 | - |
| YUV | 61.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 59 | 0.49 | 0 | 0.20 | 0.71 | 155 | 0.32 | 0.22 |
| Hex | 26 | 4A | 3B | 31 | 0 | 14 | 47 | 9B | 20 | 16 |
| Octal | 46 | 112 | 73 | 61 | 0 | 24 | 107 | 233 | 40 | 26 |
| Binary | 100110 | 1001010 | 111011 | 110001 | 0 | 10100 | 1000111 | 10011011 | 100000 | 10110 |
Color Harmonies of #264A3B
Complementary color
Monochromatic Colors of #264A3B
Black with #264A3B
Text Example
Text Example
White with #264A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A3B; }
p { color: rgb(38,74,59); }
H1.HeaderClassName
{
color: #264A3B;
}
.AnyTagClassName
{
color: #264A3B;
}
</style>
background-color css
<style>
a { background-color: #264A3B; }
a { background-color: rgb(38,74,59); }
div.DivClassName
{
background-color: #264A3B;
}
.BgClassName
{
background-color: #264A3B;
}
</style>
border-color css
<style>
span { border-color: #264A3B; }
span { border-color: rgb(38,74,59); }
td.TdClassName
{
border-color: #264A3B;
}
.TagClassName
{
border-color: #264A3B;
}
</style>