Shades of Burnham #234D3B
Tints of Burnham #234D3B
RGB
CMYK
RGB Variations
Color information
#234D3B (or 0x234D3B) is known color: Burnham. HEX triplet: 23, 4D and 3B. RGB value is (35,77,59). Sum of RGB (Red+Green+Blue) = 35+77+59=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 77 - color contains mainly: green. Hex color #234D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234D3B is #DCB2C4. Grayscale: #3E3E3E. Windows color (decimal): -14463685 or 3886371. OLE color: 3886371.
HSL color Cylindrical-coordinate representation of color #234D3B: hue angle of 154.29º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234D3B is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 77 | 59 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.70 |
| HSL | 154.29º | 0.38% | 0.22% | - |
| HSV(B) | 154.29º | 0.55% | 0.3% | - |
| XYZ | 4.14 | 5.98 | 5.07 | - |
| YUV | 62.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 59 | 0.55 | 0 | 0.23 | 0.70 | 154.29 | 0.38 | 0.22 |
| Hex | 23 | 4D | 3B | 37 | 0 | 17 | 46 | 9A | 26 | 16 |
| Octal | 43 | 115 | 73 | 67 | 0 | 27 | 106 | 232 | 46 | 26 |
| Binary | 100011 | 1001101 | 111011 | 110111 | 0 | 10111 | 1000110 | 10011010 | 100110 | 10110 |
Color Harmonies of #234D3B
Complementary color
Monochromatic Colors of #234D3B
Black with #234D3B
Text Example
Text Example
White with #234D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234D3B; }
p { color: rgb(35,77,59); }
H1.HeaderClassName
{
color: #234D3B;
}
.AnyTagClassName
{
color: #234D3B;
}
</style>
background-color css
<style>
a { background-color: #234D3B; }
a { background-color: rgb(35,77,59); }
div.DivClassName
{
background-color: #234D3B;
}
.BgClassName
{
background-color: #234D3B;
}
</style>
border-color css
<style>
span { border-color: #234D3B; }
span { border-color: rgb(35,77,59); }
td.TdClassName
{
border-color: #234D3B;
}
.TagClassName
{
border-color: #234D3B;
}
</style>