Shades of Burnham #223E32
Tints of Burnham #223E32
RGB
CMYK
RGB Variations
Color information
#223E32 (or 0x223E32) is known color: Burnham. HEX triplet: 22, 3E and 32. RGB value is (34,62,50). Sum of RGB (Red+Green+Blue) = 34+62+50=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 62 - color contains mainly: green. Hex color #223E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223E32 is #DDC1CD. Grayscale: #343434. Windows color (decimal): -14533070 or 3292706. OLE color: 3292706.
HSL color Cylindrical-coordinate representation of color #223E32: hue angle of 154.29º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #223E32 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 62 | 50 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.76 |
| HSL | 154.29º | 0.29% | 0.19% | - |
| HSV(B) | 154.29º | 0.45% | 0.24% | - |
| XYZ | 2.96 | 4.02 | 3.64 | - |
| YUV | 52.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 62 | 50 | 0.45 | 0 | 0.19 | 0.76 | 154.29 | 0.29 | 0.19 |
| Hex | 22 | 3E | 32 | 2D | 0 | 13 | 4C | 9A | 1D | 13 |
| Octal | 42 | 76 | 62 | 55 | 0 | 23 | 114 | 232 | 35 | 23 |
| Binary | 100010 | 111110 | 110010 | 101101 | 0 | 10011 | 1001100 | 10011010 | 11101 | 10011 |
Color Harmonies of #223E32
Complementary color
Monochromatic Colors of #223E32
Black with #223E32
Text Example
Text Example
White with #223E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223E32; }
p { color: rgb(34,62,50); }
H1.HeaderClassName
{
color: #223E32;
}
.AnyTagClassName
{
color: #223E32;
}
</style>
background-color css
<style>
a { background-color: #223E32; }
a { background-color: rgb(34,62,50); }
div.DivClassName
{
background-color: #223E32;
}
.BgClassName
{
background-color: #223E32;
}
</style>
border-color css
<style>
span { border-color: #223E32; }
span { border-color: rgb(34,62,50); }
td.TdClassName
{
border-color: #223E32;
}
.TagClassName
{
border-color: #223E32;
}
</style>