Shades of Turtle Green #394003
Tints of Turtle Green #394003
RGB
CMYK
RGB Variations
Color information
#394003 (or 0x394003) is known color: Turtle Green. HEX triplet: 39, 40 and 03. RGB value is (57,64,3). Sum of RGB (Red+Green+Blue) = 57+64+3=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #394003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394003 is #C6BFFC. Grayscale: #373737. Windows color (decimal): -13025277 or 213049. OLE color: 213049.
HSL color Cylindrical-coordinate representation of color #394003: hue angle of 66.89º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #394003 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 64 | 3 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.75 |
| HSL | 66.89º | 0.91% | 0.13% | - |
| HSV(B) | 66.89º | 0.95% | 0.25% | - |
| XYZ | 3.54 | 4.54 | 0.78 | - |
| YUV | 54.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 3 | 0.11 | 0 | 0.95 | 0.75 | 66.89 | 0.91 | 0.13 |
| Hex | 39 | 40 | 3 | B | 0 | 5F | 4B | 43 | 5B | D |
| Octal | 71 | 100 | 3 | 13 | 0 | 137 | 113 | 103 | 133 | 15 |
| Binary | 111001 | 1000000 | 11 | 1011 | 0 | 1011111 | 1001011 | 1000011 | 1011011 | 1101 |
Color Harmonies of #394003
Complementary color
Monochromatic Colors of #394003
Black with #394003
Text Example
Text Example
White with #394003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394003; }
p { color: rgb(57,64,3); }
H1.HeaderClassName
{
color: #394003;
}
.AnyTagClassName
{
color: #394003;
}
</style>
background-color css
<style>
a { background-color: #394003; }
a { background-color: rgb(57,64,3); }
div.DivClassName
{
background-color: #394003;
}
.BgClassName
{
background-color: #394003;
}
</style>
border-color css
<style>
span { border-color: #394003; }
span { border-color: rgb(57,64,3); }
td.TdClassName
{
border-color: #394003;
}
.TagClassName
{
border-color: #394003;
}
</style>