Shades of Burnham #254B3C
Tints of Burnham #254B3C
RGB
CMYK
RGB Variations
Color information
#254B3C (or 0x254B3C) is known color: Burnham. HEX triplet: 25, 4B and 3C. RGB value is (37,75,60). Sum of RGB (Red+Green+Blue) = 37+75+60=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 75 - color contains mainly: green. Hex color #254B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B3C is #DAB4C3. Grayscale: #3D3D3D. Windows color (decimal): -14333124 or 3951397. OLE color: 3951397.
HSL color Cylindrical-coordinate representation of color #254B3C: hue angle of 156.32º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254B3C is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 75 | 60 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.71 |
| HSL | 156.32º | 0.34% | 0.22% | - |
| HSV(B) | 156.32º | 0.51% | 0.29% | - |
| XYZ | 4.09 | 5.75 | 5.17 | - |
| YUV | 61.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 60 | 0.51 | 0 | 0.20 | 0.71 | 156.32 | 0.34 | 0.22 |
| Hex | 25 | 4B | 3C | 33 | 0 | 14 | 47 | 9C | 22 | 16 |
| Octal | 45 | 113 | 74 | 63 | 0 | 24 | 107 | 234 | 42 | 26 |
| Binary | 100101 | 1001011 | 111100 | 110011 | 0 | 10100 | 1000111 | 10011100 | 100010 | 10110 |
Color Harmonies of #254B3C
Complementary color
Monochromatic Colors of #254B3C
Black with #254B3C
Text Example
Text Example
White with #254B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B3C; }
p { color: rgb(37,75,60); }
H1.HeaderClassName
{
color: #254B3C;
}
.AnyTagClassName
{
color: #254B3C;
}
</style>
background-color css
<style>
a { background-color: #254B3C; }
a { background-color: rgb(37,75,60); }
div.DivClassName
{
background-color: #254B3C;
}
.BgClassName
{
background-color: #254B3C;
}
</style>
border-color css
<style>
span { border-color: #254B3C; }
span { border-color: rgb(37,75,60); }
td.TdClassName
{
border-color: #254B3C;
}
.TagClassName
{
border-color: #254B3C;
}
</style>