Shades of Turtle Green #3F430F
Tints of Turtle Green #3F430F
RGB
CMYK
RGB Variations
Color information
#3F430F (or 0x3F430F) is known color: Turtle Green. HEX triplet: 3F, 43 and 0F. RGB value is (63,67,15). Sum of RGB (Red+Green+Blue) = 63+67+15=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #3F430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F430F is #C0BCF0. Grayscale: #3C3C3C. Windows color (decimal): -12631281 or 1000255. OLE color: 1000255.
HSL color Cylindrical-coordinate representation of color #3F430F: hue angle of 64.62º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F430F is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 15 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.74 |
| HSL | 64.62º | 0.63% | 0.16% | - |
| HSV(B) | 64.62º | 0.78% | 0.26% | - |
| XYZ | 4.14 | 5.11 | 1.22 | - |
| YUV | 59.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 15 | 0.06 | 0 | 0.78 | 0.74 | 64.62 | 0.63 | 0.16 |
| Hex | 3F | 43 | F | 6 | 0 | 4E | 4A | 41 | 3F | 10 |
| Octal | 77 | 103 | 17 | 6 | 0 | 116 | 112 | 101 | 77 | 20 |
| Binary | 111111 | 1000011 | 1111 | 110 | 0 | 1001110 | 1001010 | 1000001 | 111111 | 10000 |
Color Harmonies of #3F430F
Complementary color
Monochromatic Colors of #3F430F
Black with #3F430F
Text Example
Text Example
White with #3F430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F430F; }
p { color: rgb(63,67,15); }
H1.HeaderClassName
{
color: #3F430F;
}
.AnyTagClassName
{
color: #3F430F;
}
</style>
background-color css
<style>
a { background-color: #3F430F; }
a { background-color: rgb(63,67,15); }
div.DivClassName
{
background-color: #3F430F;
}
.BgClassName
{
background-color: #3F430F;
}
</style>
border-color css
<style>
span { border-color: #3F430F; }
span { border-color: rgb(63,67,15); }
td.TdClassName
{
border-color: #3F430F;
}
.TagClassName
{
border-color: #3F430F;
}
</style>