Shades of Burnham #254238
Tints of Burnham #254238
RGB
CMYK
RGB Variations
Color information
#254238 (or 0x254238) is known color: Burnham. HEX triplet: 25, 42 and 38. RGB value is (37,66,56). Sum of RGB (Red+Green+Blue) = 37+66+56=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #254238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254238 is #DABDC7. Grayscale: #383838. Windows color (decimal): -14335432 or 3686949. OLE color: 3686949.
HSL color Cylindrical-coordinate representation of color #254238: hue angle of 159.31º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #254238 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 66 | 56 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.74 |
| HSL | 159.31º | 0.28% | 0.2% | - |
| HSV(B) | 159.31º | 0.44% | 0.26% | - |
| XYZ | 3.42 | 4.58 | 4.44 | - |
| YUV | 56.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 56 | 0.44 | 0 | 0.15 | 0.74 | 159.31 | 0.28 | 0.2 |
| Hex | 25 | 42 | 38 | 2C | 0 | F | 4A | 9F | 1C | 14 |
| Octal | 45 | 102 | 70 | 54 | 0 | 17 | 112 | 237 | 34 | 24 |
| Binary | 100101 | 1000010 | 111000 | 101100 | 0 | 1111 | 1001010 | 10011111 | 11100 | 10100 |
Color Harmonies of #254238
Complementary color
Monochromatic Colors of #254238
Black with #254238
Text Example
Text Example
White with #254238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254238; }
p { color: rgb(37,66,56); }
H1.HeaderClassName
{
color: #254238;
}
.AnyTagClassName
{
color: #254238;
}
</style>
background-color css
<style>
a { background-color: #254238; }
a { background-color: rgb(37,66,56); }
div.DivClassName
{
background-color: #254238;
}
.BgClassName
{
background-color: #254238;
}
</style>
border-color css
<style>
span { border-color: #254238; }
span { border-color: rgb(37,66,56); }
td.TdClassName
{
border-color: #254238;
}
.TagClassName
{
border-color: #254238;
}
</style>