Shades of Turtle Green #383C15
Tints of Turtle Green #383C15
RGB
CMYK
RGB Variations
Color information
#383C15 (or 0x383C15) is known color: Turtle Green. HEX triplet: 38, 3C and 15. RGB value is (56,60,21). Sum of RGB (Red+Green+Blue) = 56+60+21=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 60 - color contains mainly: green. Hex color #383C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383C15 is #C7C3EA. Grayscale: #363636. Windows color (decimal): -13091819 or 1391672. OLE color: 1391672.
HSL color Cylindrical-coordinate representation of color #383C15: hue angle of 66.15º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #383C15 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 60 | 21 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.76 |
| HSL | 66.15º | 0.48% | 0.16% | - |
| HSV(B) | 66.15º | 0.65% | 0.24% | - |
| XYZ | 3.38 | 4.13 | 1.33 | - |
| YUV | 54.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 21 | 0.07 | 0 | 0.65 | 0.76 | 66.15 | 0.48 | 0.16 |
| Hex | 38 | 3C | 15 | 7 | 0 | 41 | 4C | 42 | 30 | 10 |
| Octal | 70 | 74 | 25 | 7 | 0 | 101 | 114 | 102 | 60 | 20 |
| Binary | 111000 | 111100 | 10101 | 111 | 0 | 1000001 | 1001100 | 1000010 | 110000 | 10000 |
Color Harmonies of #383C15
Complementary color
Monochromatic Colors of #383C15
Black with #383C15
Text Example
Text Example
White with #383C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C15; }
p { color: rgb(56,60,21); }
H1.HeaderClassName
{
color: #383C15;
}
.AnyTagClassName
{
color: #383C15;
}
</style>
background-color css
<style>
a { background-color: #383C15; }
a { background-color: rgb(56,60,21); }
div.DivClassName
{
background-color: #383C15;
}
.BgClassName
{
background-color: #383C15;
}
</style>
border-color css
<style>
span { border-color: #383C15; }
span { border-color: rgb(56,60,21); }
td.TdClassName
{
border-color: #383C15;
}
.TagClassName
{
border-color: #383C15;
}
</style>