Shades of Turtle Green #384C19
Tints of Turtle Green #384C19
RGB
CMYK
RGB Variations
Color information
#384C19 (or 0x384C19) is known color: Turtle Green. HEX triplet: 38, 4C and 19. RGB value is (56,76,25). Sum of RGB (Red+Green+Blue) = 56+76+25=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #384C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384C19 is #C7B3E6. Grayscale: #404040. Windows color (decimal): -13087719 or 1657912. OLE color: 1657912.
HSL color Cylindrical-coordinate representation of color #384C19: hue angle of 83.53º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #384C19 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 76 | 25 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.70 |
| HSL | 83.53º | 0.5% | 0.2% | - |
| HSV(B) | 83.53º | 0.67% | 0.3% | - |
| XYZ | 4.39 | 6.08 | 1.86 | - |
| YUV | 64.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 25 | 0.26 | 0 | 0.67 | 0.70 | 83.53 | 0.5 | 0.2 |
| Hex | 38 | 4C | 19 | 1A | 0 | 43 | 46 | 54 | 32 | 14 |
| Octal | 70 | 114 | 31 | 32 | 0 | 103 | 106 | 124 | 62 | 24 |
| Binary | 111000 | 1001100 | 11001 | 11010 | 0 | 1000011 | 1000110 | 1010100 | 110010 | 10100 |
Color Harmonies of #384C19
Complementary color
Monochromatic Colors of #384C19
Black with #384C19
Text Example
Text Example
White with #384C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384C19; }
p { color: rgb(56,76,25); }
H1.HeaderClassName
{
color: #384C19;
}
.AnyTagClassName
{
color: #384C19;
}
</style>
background-color css
<style>
a { background-color: #384C19; }
a { background-color: rgb(56,76,25); }
div.DivClassName
{
background-color: #384C19;
}
.BgClassName
{
background-color: #384C19;
}
</style>
border-color css
<style>
span { border-color: #384C19; }
span { border-color: rgb(56,76,25); }
td.TdClassName
{
border-color: #384C19;
}
.TagClassName
{
border-color: #384C19;
}
</style>