Shades of Gable Green #26453D
Tints of Gable Green #26453D
RGB
CMYK
RGB Variations
Color information
#26453D (or 0x26453D) is known color: Gable Green. HEX triplet: 26, 45 and 3D. RGB value is (38,69,61). Sum of RGB (Red+Green+Blue) = 38+69+61=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 69 - color contains mainly: green. Hex color #26453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26453D is #D9BAC2. Grayscale: #3A3A3A. Windows color (decimal): -14269123 or 4015398. OLE color: 4015398.
HSL color Cylindrical-coordinate representation of color #26453D: hue angle of 164.52º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #26453D is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 69 | 61 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.73 |
| HSL | 164.52º | 0.29% | 0.21% | - |
| HSV(B) | 164.52º | 0.45% | 0.27% | - |
| XYZ | 3.77 | 5.01 | 5.18 | - |
| YUV | 58.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 61 | 0.45 | 0 | 0.12 | 0.73 | 164.52 | 0.29 | 0.21 |
| Hex | 26 | 45 | 3D | 2D | 0 | C | 49 | A5 | 1D | 15 |
| Octal | 46 | 105 | 75 | 55 | 0 | 14 | 111 | 245 | 35 | 25 |
| Binary | 100110 | 1000101 | 111101 | 101101 | 0 | 1100 | 1001001 | 10100101 | 11101 | 10101 |
Color Harmonies of #26453D
Complementary color
Monochromatic Colors of #26453D
Black with #26453D
Text Example
Text Example
White with #26453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26453D; }
p { color: rgb(38,69,61); }
H1.HeaderClassName
{
color: #26453D;
}
.AnyTagClassName
{
color: #26453D;
}
</style>
background-color css
<style>
a { background-color: #26453D; }
a { background-color: rgb(38,69,61); }
div.DivClassName
{
background-color: #26453D;
}
.BgClassName
{
background-color: #26453D;
}
</style>
border-color css
<style>
span { border-color: #26453D; }
span { border-color: rgb(38,69,61); }
td.TdClassName
{
border-color: #26453D;
}
.TagClassName
{
border-color: #26453D;
}
</style>