Shades of Turtle Green #384914
Tints of Turtle Green #384914
RGB
CMYK
RGB Variations
Color information
#384914 (or 0x384914) is known color: Turtle Green. HEX triplet: 38, 49 and 14. RGB value is (56,73,20). Sum of RGB (Red+Green+Blue) = 56+73+20=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #384914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384914 is #C7B6EB. Grayscale: #3E3E3E. Windows color (decimal): -13088492 or 1329464. OLE color: 1329464.
HSL color Cylindrical-coordinate representation of color #384914: hue angle of 79.25º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384914 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 73 | 20 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.71 |
| HSL | 79.25º | 0.57% | 0.18% | - |
| HSV(B) | 79.25º | 0.73% | 0.29% | - |
| XYZ | 4.14 | 5.66 | 1.54 | - |
| YUV | 61.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 20 | 0.23 | 0 | 0.73 | 0.71 | 79.25 | 0.57 | 0.18 |
| Hex | 38 | 49 | 14 | 17 | 0 | 49 | 47 | 4F | 39 | 12 |
| Octal | 70 | 111 | 24 | 27 | 0 | 111 | 107 | 117 | 71 | 22 |
| Binary | 111000 | 1001001 | 10100 | 10111 | 0 | 1001001 | 1000111 | 1001111 | 111001 | 10010 |
Color Harmonies of #384914
Complementary color
Monochromatic Colors of #384914
Black with #384914
Text Example
Text Example
White with #384914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384914; }
p { color: rgb(56,73,20); }
H1.HeaderClassName
{
color: #384914;
}
.AnyTagClassName
{
color: #384914;
}
</style>
background-color css
<style>
a { background-color: #384914; }
a { background-color: rgb(56,73,20); }
div.DivClassName
{
background-color: #384914;
}
.BgClassName
{
background-color: #384914;
}
</style>
border-color css
<style>
span { border-color: #384914; }
span { border-color: rgb(56,73,20); }
td.TdClassName
{
border-color: #384914;
}
.TagClassName
{
border-color: #384914;
}
</style>