Shades of Turtle Green #394319
Tints of Turtle Green #394319
RGB
CMYK
RGB Variations
Color information
#394319 (or 0x394319) is known color: Turtle Green. HEX triplet: 39, 43 and 19. RGB value is (57,67,25). Sum of RGB (Red+Green+Blue) = 57+67+25=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #394319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394319 is #C6BCE6. Grayscale: #3B3B3B. Windows color (decimal): -13024487 or 1655609. OLE color: 1655609.
HSL color Cylindrical-coordinate representation of color #394319: hue angle of 74.29º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #394319 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 67 | 25 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.74 |
| HSL | 74.29º | 0.46% | 0.18% | - |
| HSV(B) | 74.29º | 0.63% | 0.26% | - |
| XYZ | 3.87 | 4.95 | 1.67 | - |
| YUV | 59.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 67 | 25 | 0.15 | 0 | 0.63 | 0.74 | 74.29 | 0.46 | 0.18 |
| Hex | 39 | 43 | 19 | F | 0 | 3F | 4A | 4A | 2E | 12 |
| Octal | 71 | 103 | 31 | 17 | 0 | 77 | 112 | 112 | 56 | 22 |
| Binary | 111001 | 1000011 | 11001 | 1111 | 0 | 111111 | 1001010 | 1001010 | 101110 | 10010 |
Color Harmonies of #394319
Complementary color
Monochromatic Colors of #394319
Black with #394319
Text Example
Text Example
White with #394319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394319; }
p { color: rgb(57,67,25); }
H1.HeaderClassName
{
color: #394319;
}
.AnyTagClassName
{
color: #394319;
}
</style>
background-color css
<style>
a { background-color: #394319; }
a { background-color: rgb(57,67,25); }
div.DivClassName
{
background-color: #394319;
}
.BgClassName
{
background-color: #394319;
}
</style>
border-color css
<style>
span { border-color: #394319; }
span { border-color: rgb(57,67,25); }
td.TdClassName
{
border-color: #394319;
}
.TagClassName
{
border-color: #394319;
}
</style>