Shades of Gable Green #26423D
Tints of Gable Green #26423D
RGB
CMYK
RGB Variations
Color information
#26423D (or 0x26423D) is known color: Gable Green. HEX triplet: 26, 42 and 3D. RGB value is (38,66,61). Sum of RGB (Red+Green+Blue) = 38+66+61=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 66 - color contains mainly: green. Hex color #26423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26423D is #D9BDC2. Grayscale: #393939. Windows color (decimal): -14269891 or 4014630. OLE color: 4014630.
HSL color Cylindrical-coordinate representation of color #26423D: hue angle of 169.29º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26423D is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 66 | 61 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.74 |
| HSL | 169.29º | 0.27% | 0.2% | - |
| HSV(B) | 169.29º | 0.42% | 0.26% | - |
| XYZ | 3.59 | 4.65 | 5.12 | - |
| YUV | 57.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 61 | 0.42 | 0 | 0.08 | 0.74 | 169.29 | 0.27 | 0.2 |
| Hex | 26 | 42 | 3D | 2A | 0 | 8 | 4A | A9 | 1B | 14 |
| Octal | 46 | 102 | 75 | 52 | 0 | 10 | 112 | 251 | 33 | 24 |
| Binary | 100110 | 1000010 | 111101 | 101010 | 0 | 1000 | 1001010 | 10101001 | 11011 | 10100 |
Color Harmonies of #26423D
Complementary color
Monochromatic Colors of #26423D
Black with #26423D
Text Example
Text Example
White with #26423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26423D; }
p { color: rgb(38,66,61); }
H1.HeaderClassName
{
color: #26423D;
}
.AnyTagClassName
{
color: #26423D;
}
</style>
background-color css
<style>
a { background-color: #26423D; }
a { background-color: rgb(38,66,61); }
div.DivClassName
{
background-color: #26423D;
}
.BgClassName
{
background-color: #26423D;
}
</style>
border-color css
<style>
span { border-color: #26423D; }
span { border-color: rgb(38,66,61); }
td.TdClassName
{
border-color: #26423D;
}
.TagClassName
{
border-color: #26423D;
}
</style>