Shades of Turtle Green #384413
Tints of Turtle Green #384413
RGB
CMYK
RGB Variations
Color information
#384413 (or 0x384413) is known color: Turtle Green. HEX triplet: 38, 44 and 13. RGB value is (56,68,19). Sum of RGB (Red+Green+Blue) = 56+68+19=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #384413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384413 is #C7BBEC. Grayscale: #3B3B3B. Windows color (decimal): -13089773 or 1262648. OLE color: 1262648.
HSL color Cylindrical-coordinate representation of color #384413: hue angle of 74.69º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #384413 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 68 | 19 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.73 |
| HSL | 74.69º | 0.56% | 0.17% | - |
| HSV(B) | 74.69º | 0.72% | 0.27% | - |
| XYZ | 3.82 | 5.02 | 1.38 | - |
| YUV | 58.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 19 | 0.18 | 0 | 0.72 | 0.73 | 74.69 | 0.56 | 0.17 |
| Hex | 38 | 44 | 13 | 12 | 0 | 48 | 49 | 4B | 38 | 11 |
| Octal | 70 | 104 | 23 | 22 | 0 | 110 | 111 | 113 | 70 | 21 |
| Binary | 111000 | 1000100 | 10011 | 10010 | 0 | 1001000 | 1001001 | 1001011 | 111000 | 10001 |
Color Harmonies of #384413
Complementary color
Monochromatic Colors of #384413
Black with #384413
Text Example
Text Example
White with #384413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384413; }
p { color: rgb(56,68,19); }
H1.HeaderClassName
{
color: #384413;
}
.AnyTagClassName
{
color: #384413;
}
</style>
background-color css
<style>
a { background-color: #384413; }
a { background-color: rgb(56,68,19); }
div.DivClassName
{
background-color: #384413;
}
.BgClassName
{
background-color: #384413;
}
</style>
border-color css
<style>
span { border-color: #384413; }
span { border-color: rgb(56,68,19); }
td.TdClassName
{
border-color: #384413;
}
.TagClassName
{
border-color: #384413;
}
</style>