Shades of Burnham #224B3C
Tints of Burnham #224B3C
RGB
CMYK
RGB Variations
Color information
#224B3C (or 0x224B3C) is known color: Burnham. HEX triplet: 22, 4B and 3C. RGB value is (34,75,60). Sum of RGB (Red+Green+Blue) = 34+75+60=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #224B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B3C is #DDB4C3. Grayscale: #3D3D3D. Windows color (decimal): -14529732 or 3951394. OLE color: 3951394.
HSL color Cylindrical-coordinate representation of color #224B3C: hue angle of 158.05º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224B3C is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 75 | 60 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.71 |
| HSL | 158.05º | 0.38% | 0.21% | - |
| HSV(B) | 158.05º | 0.55% | 0.29% | - |
| XYZ | 3.99 | 5.7 | 5.16 | - |
| YUV | 61.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 60 | 0.55 | 0 | 0.20 | 0.71 | 158.05 | 0.38 | 0.21 |
| Hex | 22 | 4B | 3C | 37 | 0 | 14 | 47 | 9E | 26 | 15 |
| Octal | 42 | 113 | 74 | 67 | 0 | 24 | 107 | 236 | 46 | 25 |
| Binary | 100010 | 1001011 | 111100 | 110111 | 0 | 10100 | 1000111 | 10011110 | 100110 | 10101 |
Color Harmonies of #224B3C
Complementary color
Monochromatic Colors of #224B3C
Black with #224B3C
Text Example
Text Example
White with #224B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B3C; }
p { color: rgb(34,75,60); }
H1.HeaderClassName
{
color: #224B3C;
}
.AnyTagClassName
{
color: #224B3C;
}
</style>
background-color css
<style>
a { background-color: #224B3C; }
a { background-color: rgb(34,75,60); }
div.DivClassName
{
background-color: #224B3C;
}
.BgClassName
{
background-color: #224B3C;
}
</style>
border-color css
<style>
span { border-color: #224B3C; }
span { border-color: rgb(34,75,60); }
td.TdClassName
{
border-color: #224B3C;
}
.TagClassName
{
border-color: #224B3C;
}
</style>