Shades of Turtle Green #383D19
Tints of Turtle Green #383D19
RGB
CMYK
RGB Variations
Color information
#383D19 (or 0x383D19) is known color: Turtle Green. HEX triplet: 38, 3D and 19. RGB value is (56,61,25). Sum of RGB (Red+Green+Blue) = 56+61+25=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 61 - color contains mainly: green. Hex color #383D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383D19 is #C7C2E6. Grayscale: #373737. Windows color (decimal): -13091559 or 1654072. OLE color: 1654072.
HSL color Cylindrical-coordinate representation of color #383D19: hue angle of 68.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383D19 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 25 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.76 |
| HSL | 68.33º | 0.42% | 0.17% | - |
| HSV(B) | 68.33º | 0.59% | 0.24% | - |
| XYZ | 3.48 | 4.25 | 1.56 | - |
| YUV | 55.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 25 | 0.08 | 0 | 0.59 | 0.76 | 68.33 | 0.42 | 0.17 |
| Hex | 38 | 3D | 19 | 8 | 0 | 3B | 4C | 44 | 2A | 11 |
| Octal | 70 | 75 | 31 | 10 | 0 | 73 | 114 | 104 | 52 | 21 |
| Binary | 111000 | 111101 | 11001 | 1000 | 0 | 111011 | 1001100 | 1000100 | 101010 | 10001 |
Color Harmonies of #383D19
Complementary color
Monochromatic Colors of #383D19
Black with #383D19
Text Example
Text Example
White with #383D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D19; }
p { color: rgb(56,61,25); }
H1.HeaderClassName
{
color: #383D19;
}
.AnyTagClassName
{
color: #383D19;
}
</style>
background-color css
<style>
a { background-color: #383D19; }
a { background-color: rgb(56,61,25); }
div.DivClassName
{
background-color: #383D19;
}
.BgClassName
{
background-color: #383D19;
}
</style>
border-color css
<style>
span { border-color: #383D19; }
span { border-color: rgb(56,61,25); }
td.TdClassName
{
border-color: #383D19;
}
.TagClassName
{
border-color: #383D19;
}
</style>