Shades of Turtle Green #394301
Tints of Turtle Green #394301
RGB
CMYK
RGB Variations
Color information
#394301 (or 0x394301) is known color: Turtle Green. HEX triplet: 39, 43 and 01. RGB value is (57,67,1). Sum of RGB (Red+Green+Blue) = 57+67+1=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #394301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394301 is #C6BCFE. Grayscale: #383838. Windows color (decimal): -13024511 or 82745. OLE color: 82745.
HSL color Cylindrical-coordinate representation of color #394301: hue angle of 69.09º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #394301 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 67 | 1 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.74 |
| HSL | 69.09º | 0.97% | 0.13% | - |
| HSV(B) | 69.09º | 0.99% | 0.26% | - |
| XYZ | 3.7 | 4.89 | 0.78 | - |
| YUV | 56.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 67 | 1 | 0.15 | 0 | 0.99 | 0.74 | 69.09 | 0.97 | 0.13 |
| Hex | 39 | 43 | 1 | F | 0 | 63 | 4A | 45 | 61 | D |
| Octal | 71 | 103 | 1 | 17 | 0 | 143 | 112 | 105 | 141 | 15 |
| Binary | 111001 | 1000011 | 1 | 1111 | 0 | 1100011 | 1001010 | 1000101 | 1100001 | 1101 |
Color Harmonies of #394301
Complementary color
Monochromatic Colors of #394301
Black with #394301
Text Example
Text Example
White with #394301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394301; }
p { color: rgb(57,67,1); }
H1.HeaderClassName
{
color: #394301;
}
.AnyTagClassName
{
color: #394301;
}
</style>
background-color css
<style>
a { background-color: #394301; }
a { background-color: rgb(57,67,1); }
div.DivClassName
{
background-color: #394301;
}
.BgClassName
{
background-color: #394301;
}
</style>
border-color css
<style>
span { border-color: #394301; }
span { border-color: rgb(57,67,1); }
td.TdClassName
{
border-color: #394301;
}
.TagClassName
{
border-color: #394301;
}
</style>