Shades of Turtle Green #3E430F
Tints of Turtle Green #3E430F
RGB
CMYK
RGB Variations
Color information
#3E430F (or 0x3E430F) is known color: Turtle Green. HEX triplet: 3E, 43 and 0F. RGB value is (62,67,15). Sum of RGB (Red+Green+Blue) = 62+67+15=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 67 - color contains mainly: green. Hex color #3E430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E430F is #C1BCF0. Grayscale: #3B3B3B. Windows color (decimal): -12696817 or 1000254. OLE color: 1000254.
HSL color Cylindrical-coordinate representation of color #3E430F: hue angle of 65.77º 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 #3E430F is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 67 | 15 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.74 |
| HSL | 65.77º | 0.63% | 0.16% | - |
| HSV(B) | 65.77º | 0.78% | 0.26% | - |
| XYZ | 4.08 | 5.07 | 1.22 | - |
| YUV | 59.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 15 | 0.07 | 0 | 0.78 | 0.74 | 65.77 | 0.63 | 0.16 |
| Hex | 3E | 43 | F | 7 | 0 | 4E | 4A | 42 | 3F | 10 |
| Octal | 76 | 103 | 17 | 7 | 0 | 116 | 112 | 102 | 77 | 20 |
| Binary | 111110 | 1000011 | 1111 | 111 | 0 | 1001110 | 1001010 | 1000010 | 111111 | 10000 |
Color Harmonies of #3E430F
Complementary color
Monochromatic Colors of #3E430F
Black with #3E430F
Text Example
Text Example
White with #3E430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E430F; }
p { color: rgb(62,67,15); }
H1.HeaderClassName
{
color: #3E430F;
}
.AnyTagClassName
{
color: #3E430F;
}
</style>
background-color css
<style>
a { background-color: #3E430F; }
a { background-color: rgb(62,67,15); }
div.DivClassName
{
background-color: #3E430F;
}
.BgClassName
{
background-color: #3E430F;
}
</style>
border-color css
<style>
span { border-color: #3E430F; }
span { border-color: rgb(62,67,15); }
td.TdClassName
{
border-color: #3E430F;
}
.TagClassName
{
border-color: #3E430F;
}
</style>