Shades of Turtle Green #384619
Tints of Turtle Green #384619
RGB
CMYK
RGB Variations
Color information
#384619 (or 0x384619) is known color: Turtle Green. HEX triplet: 38, 46 and 19. RGB value is (56,70,25). Sum of RGB (Red+Green+Blue) = 56+70+25=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #384619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384619 is #C7B9E6. Grayscale: #3C3C3C. Windows color (decimal): -13089255 or 1656376. OLE color: 1656376.
HSL color Cylindrical-coordinate representation of color #384619: hue angle of 78.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #384619 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 25 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.73 |
| HSL | 78.67º | 0.47% | 0.19% | - |
| HSV(B) | 78.67º | 0.64% | 0.27% | - |
| XYZ | 4 | 5.29 | 1.73 | - |
| YUV | 60.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 25 | 0.20 | 0 | 0.64 | 0.73 | 78.67 | 0.47 | 0.19 |
| Hex | 38 | 46 | 19 | 14 | 0 | 40 | 49 | 4F | 2F | 13 |
| Octal | 70 | 106 | 31 | 24 | 0 | 100 | 111 | 117 | 57 | 23 |
| Binary | 111000 | 1000110 | 11001 | 10100 | 0 | 1000000 | 1001001 | 1001111 | 101111 | 10011 |
Color Harmonies of #384619
Complementary color
Monochromatic Colors of #384619
Black with #384619
Text Example
Text Example
White with #384619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384619; }
p { color: rgb(56,70,25); }
H1.HeaderClassName
{
color: #384619;
}
.AnyTagClassName
{
color: #384619;
}
</style>
background-color css
<style>
a { background-color: #384619; }
a { background-color: rgb(56,70,25); }
div.DivClassName
{
background-color: #384619;
}
.BgClassName
{
background-color: #384619;
}
</style>
border-color css
<style>
span { border-color: #384619; }
span { border-color: rgb(56,70,25); }
td.TdClassName
{
border-color: #384619;
}
.TagClassName
{
border-color: #384619;
}
</style>