Shades of Turtle Green #264607
Tints of Turtle Green #264607
RGB
CMYK
RGB Variations
Color information
#264607 (or 0x264607) is known color: Turtle Green. HEX triplet: 26, 46 and 07. RGB value is (38,70,7). Sum of RGB (Red+Green+Blue) = 38+70+7=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #264607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264607 is #D9B9F8. Grayscale: #353535. Windows color (decimal): -14268921 or 476710. OLE color: 476710.
HSL color Cylindrical-coordinate representation of color #264607: hue angle of 90.48º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #264607 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 70 | 7 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.73 |
| HSL | 90.48º | 0.82% | 0.15% | - |
| HSV(B) | 90.48º | 0.9% | 0.27% | - |
| XYZ | 3.03 | 4.81 | 0.97 | - |
| YUV | 53.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 7 | 0.46 | 0 | 0.90 | 0.73 | 90.48 | 0.82 | 0.15 |
| Hex | 26 | 46 | 7 | 2E | 0 | 5A | 49 | 5A | 52 | F |
| Octal | 46 | 106 | 7 | 56 | 0 | 132 | 111 | 132 | 122 | 17 |
| Binary | 100110 | 1000110 | 111 | 101110 | 0 | 1011010 | 1001001 | 1011010 | 1010010 | 1111 |
Color Harmonies of #264607
Complementary color
Monochromatic Colors of #264607
Black with #264607
Text Example
Text Example
White with #264607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264607; }
p { color: rgb(38,70,7); }
H1.HeaderClassName
{
color: #264607;
}
.AnyTagClassName
{
color: #264607;
}
</style>
background-color css
<style>
a { background-color: #264607; }
a { background-color: rgb(38,70,7); }
div.DivClassName
{
background-color: #264607;
}
.BgClassName
{
background-color: #264607;
}
</style>
border-color css
<style>
span { border-color: #264607; }
span { border-color: rgb(38,70,7); }
td.TdClassName
{
border-color: #264607;
}
.TagClassName
{
border-color: #264607;
}
</style>