Shades of Burnham #244C3B
Tints of Burnham #244C3B
RGB
CMYK
RGB Variations
Color information
#244C3B (or 0x244C3B) is known color: Burnham. HEX triplet: 24, 4C and 3B. RGB value is (36,76,59). Sum of RGB (Red+Green+Blue) = 36+76+59=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #244C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244C3B is #DBB3C4. Grayscale: #3E3E3E. Windows color (decimal): -14398405 or 3886116. OLE color: 3886116.
HSL color Cylindrical-coordinate representation of color #244C3B: hue angle of 154.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #244C3B is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 76 | 59 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.70 |
| HSL | 154.5º | 0.36% | 0.22% | - |
| HSV(B) | 154.5º | 0.53% | 0.3% | - |
| XYZ | 4.1 | 5.86 | 5.05 | - |
| YUV | 62.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 59 | 0.53 | 0 | 0.22 | 0.70 | 154.5 | 0.36 | 0.22 |
| Hex | 24 | 4C | 3B | 35 | 0 | 16 | 46 | 9A | 24 | 16 |
| Octal | 44 | 114 | 73 | 65 | 0 | 26 | 106 | 232 | 44 | 26 |
| Binary | 100100 | 1001100 | 111011 | 110101 | 0 | 10110 | 1000110 | 10011010 | 100100 | 10110 |
Color Harmonies of #244C3B
Complementary color
Monochromatic Colors of #244C3B
Black with #244C3B
Text Example
Text Example
White with #244C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C3B; }
p { color: rgb(36,76,59); }
H1.HeaderClassName
{
color: #244C3B;
}
.AnyTagClassName
{
color: #244C3B;
}
</style>
background-color css
<style>
a { background-color: #244C3B; }
a { background-color: rgb(36,76,59); }
div.DivClassName
{
background-color: #244C3B;
}
.BgClassName
{
background-color: #244C3B;
}
</style>
border-color css
<style>
span { border-color: #244C3B; }
span { border-color: rgb(36,76,59); }
td.TdClassName
{
border-color: #244C3B;
}
.TagClassName
{
border-color: #244C3B;
}
</style>