Shades of Turtle Green #334F01
Tints of Turtle Green #334F01
RGB
CMYK
RGB Variations
Color information
#334F01 (or 0x334F01) is known color: Turtle Green. HEX triplet: 33, 4F and 01. RGB value is (51,79,1). Sum of RGB (Red+Green+Blue) = 51+79+1=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 79 (31.25% from 255 or 60.31% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 79 - color contains mainly: green. Hex color #334F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334F01 is #CCB0FE. Grayscale: #3E3E3E. Windows color (decimal): -13414655 or 85811. OLE color: 85811.
HSL color Cylindrical-coordinate representation of color #334F01: hue angle of 81.54º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #334F01 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 79 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.69 |
| HSL | 81.54º | 0.98% | 0.16% | - |
| HSV(B) | 81.54º | 0.99% | 0.31% | - |
| XYZ | 4.17 | 6.3 | 1.02 | - |
| YUV | 61.74 | 93.72 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 1 | 0.35 | 0 | 0.99 | 0.69 | 81.54 | 0.98 | 0.16 |
| Hex | 33 | 4F | 1 | 23 | 0 | 63 | 45 | 52 | 62 | 10 |
| Octal | 63 | 117 | 1 | 43 | 0 | 143 | 105 | 122 | 142 | 20 |
| Binary | 110011 | 1001111 | 1 | 100011 | 0 | 1100011 | 1000101 | 1010010 | 1100010 | 10000 |
Color Harmonies of #334F01
Complementary color
Monochromatic Colors of #334F01
Black with #334F01
Text Example
Text Example
White with #334F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F01; }
p { color: rgb(51,79,1); }
H1.HeaderClassName
{
color: #334F01;
}
.AnyTagClassName
{
color: #334F01;
}
</style>
background-color css
<style>
a { background-color: #334F01; }
a { background-color: rgb(51,79,1); }
div.DivClassName
{
background-color: #334F01;
}
.BgClassName
{
background-color: #334F01;
}
</style>
border-color css
<style>
span { border-color: #334F01; }
span { border-color: rgb(51,79,1); }
td.TdClassName
{
border-color: #334F01;
}
.TagClassName
{
border-color: #334F01;
}
</style>