Shades of Turtle Green #383C16
Tints of Turtle Green #383C16
RGB
CMYK
RGB Variations
Color information
#383C16 (or 0x383C16) is known color: Turtle Green. HEX triplet: 38, 3C and 16. RGB value is (56,60,22). Sum of RGB (Red+Green+Blue) = 56+60+22=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 60 - color contains mainly: green. Hex color #383C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383C16 is #C7C3E9. Grayscale: #363636. Windows color (decimal): -13091818 or 1457208. OLE color: 1457208.
HSL color Cylindrical-coordinate representation of color #383C16: hue angle of 66.32º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #383C16 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 60 | 22 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.76 |
| HSL | 66.32º | 0.46% | 0.16% | - |
| HSV(B) | 66.32º | 0.63% | 0.24% | - |
| XYZ | 3.39 | 4.13 | 1.38 | - |
| YUV | 54.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 22 | 0.07 | 0 | 0.63 | 0.76 | 66.32 | 0.46 | 0.16 |
| Hex | 38 | 3C | 16 | 7 | 0 | 3F | 4C | 42 | 2E | 10 |
| Octal | 70 | 74 | 26 | 7 | 0 | 77 | 114 | 102 | 56 | 20 |
| Binary | 111000 | 111100 | 10110 | 111 | 0 | 111111 | 1001100 | 1000010 | 101110 | 10000 |
Color Harmonies of #383C16
Complementary color
Monochromatic Colors of #383C16
Black with #383C16
Text Example
Text Example
White with #383C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C16; }
p { color: rgb(56,60,22); }
H1.HeaderClassName
{
color: #383C16;
}
.AnyTagClassName
{
color: #383C16;
}
</style>
background-color css
<style>
a { background-color: #383C16; }
a { background-color: rgb(56,60,22); }
div.DivClassName
{
background-color: #383C16;
}
.BgClassName
{
background-color: #383C16;
}
</style>
border-color css
<style>
span { border-color: #383C16; }
span { border-color: rgb(56,60,22); }
td.TdClassName
{
border-color: #383C16;
}
.TagClassName
{
border-color: #383C16;
}
</style>