Shades of Turtle Green #394323
Tints of Turtle Green #394323
RGB
CMYK
RGB Variations
Color information
#394323 (or 0x394323) is known color: Turtle Green. HEX triplet: 39, 43 and 23. RGB value is (57,67,35). Sum of RGB (Red+Green+Blue) = 57+67+35=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #394323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394323 is #C6BCDC. Grayscale: #3C3C3C. Windows color (decimal): -13024477 or 2310969. OLE color: 2310969.
HSL color Cylindrical-coordinate representation of color #394323: hue angle of 78.75º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #394323 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 67 | 35 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.74 |
| HSL | 78.75º | 0.31% | 0.2% | - |
| HSV(B) | 78.75º | 0.48% | 0.26% | - |
| XYZ | 4 | 5.01 | 2.35 | - |
| YUV | 60.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 67 | 35 | 0.15 | 0 | 0.48 | 0.74 | 78.75 | 0.31 | 0.2 |
| Hex | 39 | 43 | 23 | F | 0 | 30 | 4A | 4F | 1F | 14 |
| Octal | 71 | 103 | 43 | 17 | 0 | 60 | 112 | 117 | 37 | 24 |
| Binary | 111001 | 1000011 | 100011 | 1111 | 0 | 110000 | 1001010 | 1001111 | 11111 | 10100 |
Color Harmonies of #394323
Complementary color
Monochromatic Colors of #394323
Black with #394323
Text Example
Text Example
White with #394323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394323; }
p { color: rgb(57,67,35); }
H1.HeaderClassName
{
color: #394323;
}
.AnyTagClassName
{
color: #394323;
}
</style>
background-color css
<style>
a { background-color: #394323; }
a { background-color: rgb(57,67,35); }
div.DivClassName
{
background-color: #394323;
}
.BgClassName
{
background-color: #394323;
}
</style>
border-color css
<style>
span { border-color: #394323; }
span { border-color: rgb(57,67,35); }
td.TdClassName
{
border-color: #394323;
}
.TagClassName
{
border-color: #394323;
}
</style>