Shades of Turtle Green #334608
Tints of Turtle Green #334608
RGB
CMYK
RGB Variations
Color information
#334608 (or 0x334608) is known color: Turtle Green. HEX triplet: 33, 46 and 08. RGB value is (51,70,8). Sum of RGB (Red+Green+Blue) = 51+70+8=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #334608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334608 is #CCB9F7. Grayscale: #393939. Windows color (decimal): -13416952 or 542259. OLE color: 542259.
HSL color Cylindrical-coordinate representation of color #334608: hue angle of 78.39º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #334608 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 70 | 8 | - |
| CMYK | 0.27 | 0 | 0.89 | 0.73 |
| HSL | 78.39º | 0.79% | 0.15% | - |
| HSV(B) | 78.39º | 0.89% | 0.27% | - |
| XYZ | 3.6 | 5.1 | 1.02 | - |
| YUV | 57.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 8 | 0.27 | 0 | 0.89 | 0.73 | 78.39 | 0.79 | 0.15 |
| Hex | 33 | 46 | 8 | 1B | 0 | 59 | 49 | 4E | 4F | F |
| Octal | 63 | 106 | 10 | 33 | 0 | 131 | 111 | 116 | 117 | 17 |
| Binary | 110011 | 1000110 | 1000 | 11011 | 0 | 1011001 | 1001001 | 1001110 | 1001111 | 1111 |
Color Harmonies of #334608
Complementary color
Monochromatic Colors of #334608
Black with #334608
Text Example
Text Example
White with #334608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334608; }
p { color: rgb(51,70,8); }
H1.HeaderClassName
{
color: #334608;
}
.AnyTagClassName
{
color: #334608;
}
</style>
background-color css
<style>
a { background-color: #334608; }
a { background-color: rgb(51,70,8); }
div.DivClassName
{
background-color: #334608;
}
.BgClassName
{
background-color: #334608;
}
</style>
border-color css
<style>
span { border-color: #334608; }
span { border-color: rgb(51,70,8); }
td.TdClassName
{
border-color: #334608;
}
.TagClassName
{
border-color: #334608;
}
</style>