Shades of Burnham #234E3B
Tints of Burnham #234E3B
RGB
CMYK
RGB Variations
Color information
#234E3B (or 0x234E3B) is known color: Burnham. HEX triplet: 23, 4E and 3B. RGB value is (35,78,59). Sum of RGB (Red+Green+Blue) = 35+78+59=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 78 - color contains mainly: green. Hex color #234E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234E3B is #DCB1C4. Grayscale: #3F3F3F. Windows color (decimal): -14463429 or 3886627. OLE color: 3886627.
HSL color Cylindrical-coordinate representation of color #234E3B: hue angle of 153.49º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234E3B is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 78 | 59 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.69 |
| HSL | 153.49º | 0.38% | 0.22% | - |
| HSV(B) | 153.49º | 0.55% | 0.31% | - |
| XYZ | 4.21 | 6.12 | 5.1 | - |
| YUV | 62.98 | 125.75 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 59 | 0.55 | 0 | 0.24 | 0.69 | 153.49 | 0.38 | 0.22 |
| Hex | 23 | 4E | 3B | 37 | 0 | 18 | 45 | 99 | 26 | 16 |
| Octal | 43 | 116 | 73 | 67 | 0 | 30 | 105 | 231 | 46 | 26 |
| Binary | 100011 | 1001110 | 111011 | 110111 | 0 | 11000 | 1000101 | 10011001 | 100110 | 10110 |
Color Harmonies of #234E3B
Complementary color
Monochromatic Colors of #234E3B
Black with #234E3B
Text Example
Text Example
White with #234E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E3B; }
p { color: rgb(35,78,59); }
H1.HeaderClassName
{
color: #234E3B;
}
.AnyTagClassName
{
color: #234E3B;
}
</style>
background-color css
<style>
a { background-color: #234E3B; }
a { background-color: rgb(35,78,59); }
div.DivClassName
{
background-color: #234E3B;
}
.BgClassName
{
background-color: #234E3B;
}
</style>
border-color css
<style>
span { border-color: #234E3B; }
span { border-color: rgb(35,78,59); }
td.TdClassName
{
border-color: #234E3B;
}
.TagClassName
{
border-color: #234E3B;
}
</style>