Shades of Turtle Green #264D06
Tints of Turtle Green #264D06
RGB
CMYK
RGB Variations
Color information
#264D06 (or 0x264D06) is known color: Turtle Green. HEX triplet: 26, 4D and 06. RGB value is (38,77,6). Sum of RGB (Red+Green+Blue) = 38+77+6=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 77 (30.47% from 255 or 63.64% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 77 - color contains mainly: green. Hex color #264D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #264D06 is #D9B2F9. Grayscale: #393939. Windows color (decimal): -14267130 or 412966. OLE color: 412966.
HSL color Cylindrical-coordinate representation of color #264D06: hue angle of 92.96º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #264D06 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 77 | 6 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.70 |
| HSL | 92.96º | 0.86% | 0.16% | - |
| HSV(B) | 92.96º | 0.92% | 0.3% | - |
| XYZ | 3.49 | 5.73 | 1.1 | - |
| YUV | 57.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 6 | 0.51 | 0 | 0.92 | 0.70 | 92.96 | 0.86 | 0.16 |
| Hex | 26 | 4D | 6 | 33 | 0 | 5C | 46 | 5D | 56 | 10 |
| Octal | 46 | 115 | 6 | 63 | 0 | 134 | 106 | 135 | 126 | 20 |
| Binary | 100110 | 1001101 | 110 | 110011 | 0 | 1011100 | 1000110 | 1011101 | 1010110 | 10000 |
Color Harmonies of #264D06
Complementary color
Monochromatic Colors of #264D06
Black with #264D06
Text Example
Text Example
White with #264D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D06; }
p { color: rgb(38,77,6); }
H1.HeaderClassName
{
color: #264D06;
}
.AnyTagClassName
{
color: #264D06;
}
</style>
background-color css
<style>
a { background-color: #264D06; }
a { background-color: rgb(38,77,6); }
div.DivClassName
{
background-color: #264D06;
}
.BgClassName
{
background-color: #264D06;
}
</style>
border-color css
<style>
span { border-color: #264D06; }
span { border-color: rgb(38,77,6); }
td.TdClassName
{
border-color: #264D06;
}
.TagClassName
{
border-color: #264D06;
}
</style>