Shades of Turtle Green #264C06
Tints of Turtle Green #264C06
RGB
CMYK
RGB Variations
Color information
#264C06 (or 0x264C06) is known color: Turtle Green. HEX triplet: 26, 4C and 06. RGB value is (38,76,6). Sum of RGB (Red+Green+Blue) = 38+76+6=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 76 (30.08% from 255 or 63.33% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 76 - color contains mainly: green. Hex color #264C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264C06 is #D9B3F9. Grayscale: #383838. Windows color (decimal): -14267386 or 412710. OLE color: 412710.
HSL color Cylindrical-coordinate representation of color #264C06: hue angle of 92.57º degrees, saturation: 0.85, 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 #264C06 is Cyan = 0.5, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 6 | - |
| CMYK | 0.5 | 0 | 0.92 | 0.70 |
| HSL | 92.57º | 0.85% | 0.16% | - |
| HSV(B) | 92.57º | 0.92% | 0.3% | - |
| XYZ | 3.42 | 5.59 | 1.07 | - |
| YUV | 56.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 6 | 0.5 | 0 | 0.92 | 0.70 | 92.57 | 0.85 | 0.16 |
| Hex | 26 | 4C | 6 | 32 | 0 | 5C | 46 | 5D | 55 | 10 |
| Octal | 46 | 114 | 6 | 62 | 0 | 134 | 106 | 135 | 125 | 20 |
| Binary | 100110 | 1001100 | 110 | 110010 | 0 | 1011100 | 1000110 | 1011101 | 1010101 | 10000 |
Color Harmonies of #264C06
Complementary color
Monochromatic Colors of #264C06
Black with #264C06
Text Example
Text Example
White with #264C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C06; }
p { color: rgb(38,76,6); }
H1.HeaderClassName
{
color: #264C06;
}
.AnyTagClassName
{
color: #264C06;
}
</style>
background-color css
<style>
a { background-color: #264C06; }
a { background-color: rgb(38,76,6); }
div.DivClassName
{
background-color: #264C06;
}
.BgClassName
{
background-color: #264C06;
}
</style>
border-color css
<style>
span { border-color: #264C06; }
span { border-color: rgb(38,76,6); }
td.TdClassName
{
border-color: #264C06;
}
.TagClassName
{
border-color: #264C06;
}
</style>