Shades of Gable Green #26413D
Tints of Gable Green #26413D
RGB
CMYK
RGB Variations
Color information
#26413D (or 0x26413D) is known color: Gable Green. HEX triplet: 26, 41 and 3D. RGB value is (38,65,61). Sum of RGB (Red+Green+Blue) = 38+65+61=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 65 - color contains mainly: green. Hex color #26413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26413D is #D9BEC2. Grayscale: #383838. Windows color (decimal): -14270147 or 4014374. OLE color: 4014374.
HSL color Cylindrical-coordinate representation of color #26413D: hue angle of 171.11º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26413D is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 65 | 61 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.75 |
| HSL | 171.11º | 0.26% | 0.2% | - |
| HSV(B) | 171.11º | 0.42% | 0.25% | - |
| XYZ | 3.53 | 4.53 | 5.1 | - |
| YUV | 56.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 61 | 0.42 | 0 | 0.06 | 0.75 | 171.11 | 0.26 | 0.2 |
| Hex | 26 | 41 | 3D | 2A | 0 | 6 | 4B | AB | 1A | 14 |
| Octal | 46 | 101 | 75 | 52 | 0 | 6 | 113 | 253 | 32 | 24 |
| Binary | 100110 | 1000001 | 111101 | 101010 | 0 | 110 | 1001011 | 10101011 | 11010 | 10100 |
Color Harmonies of #26413D
Complementary color
Monochromatic Colors of #26413D
Black with #26413D
Text Example
Text Example
White with #26413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26413D; }
p { color: rgb(38,65,61); }
H1.HeaderClassName
{
color: #26413D;
}
.AnyTagClassName
{
color: #26413D;
}
</style>
background-color css
<style>
a { background-color: #26413D; }
a { background-color: rgb(38,65,61); }
div.DivClassName
{
background-color: #26413D;
}
.BgClassName
{
background-color: #26413D;
}
</style>
border-color css
<style>
span { border-color: #26413D; }
span { border-color: rgb(38,65,61); }
td.TdClassName
{
border-color: #26413D;
}
.TagClassName
{
border-color: #26413D;
}
</style>