Shades of Burnham #263F38
Tints of Burnham #263F38
RGB
CMYK
RGB Variations
Color information
#263F38 (or 0x263F38) is known color: Burnham. HEX triplet: 26, 3F and 38. RGB value is (38,63,56). Sum of RGB (Red+Green+Blue) = 38+63+56=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 63 - color contains mainly: green. Hex color #263F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F38 is #D9C0C7. Grayscale: #363636. Windows color (decimal): -14270664 or 3686182. OLE color: 3686182.
HSL color Cylindrical-coordinate representation of color #263F38: hue angle of 163.2º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #263F38 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 63 | 56 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.75 |
| HSL | 163.2º | 0.25% | 0.2% | - |
| HSV(B) | 163.2º | 0.4% | 0.25% | - |
| XYZ | 3.29 | 4.25 | 4.39 | - |
| YUV | 54.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 56 | 0.40 | 0 | 0.11 | 0.75 | 163.2 | 0.25 | 0.2 |
| Hex | 26 | 3F | 38 | 28 | 0 | B | 4B | A3 | 19 | 14 |
| Octal | 46 | 77 | 70 | 50 | 0 | 13 | 113 | 243 | 31 | 24 |
| Binary | 100110 | 111111 | 111000 | 101000 | 0 | 1011 | 1001011 | 10100011 | 11001 | 10100 |
Color Harmonies of #263F38
Complementary color
Monochromatic Colors of #263F38
Black with #263F38
Text Example
Text Example
White with #263F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F38; }
p { color: rgb(38,63,56); }
H1.HeaderClassName
{
color: #263F38;
}
.AnyTagClassName
{
color: #263F38;
}
</style>
background-color css
<style>
a { background-color: #263F38; }
a { background-color: rgb(38,63,56); }
div.DivClassName
{
background-color: #263F38;
}
.BgClassName
{
background-color: #263F38;
}
</style>
border-color css
<style>
span { border-color: #263F38; }
span { border-color: rgb(38,63,56); }
td.TdClassName
{
border-color: #263F38;
}
.TagClassName
{
border-color: #263F38;
}
</style>