Shades of Turtle Green #383B17
Tints of Turtle Green #383B17
RGB
CMYK
RGB Variations
Color information
#383B17 (or 0x383B17) is known color: Turtle Green. HEX triplet: 38, 3B and 17. RGB value is (56,59,23). Sum of RGB (Red+Green+Blue) = 56+59+23=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 59 (23.44% from 255 or 42.75% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 59 - color contains mainly: green. Hex color #383B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383B17 is #C7C4E8. Grayscale: #363636. Windows color (decimal): -13092073 or 1522488. OLE color: 1522488.
HSL color Cylindrical-coordinate representation of color #383B17: hue angle of 65º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #383B17 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 59 | 23 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.77 |
| HSL | 65º | 0.44% | 0.16% | - |
| HSV(B) | 65º | 0.61% | 0.23% | - |
| XYZ | 3.35 | 4.03 | 1.41 | - |
| YUV | 54 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 23 | 0.05 | 0 | 0.61 | 0.77 | 65 | 0.44 | 0.16 |
| Hex | 38 | 3B | 17 | 5 | 0 | 3D | 4D | 41 | 2C | 10 |
| Octal | 70 | 73 | 27 | 5 | 0 | 75 | 115 | 101 | 54 | 20 |
| Binary | 111000 | 111011 | 10111 | 101 | 0 | 111101 | 1001101 | 1000001 | 101100 | 10000 |
Color Harmonies of #383B17
Complementary color
Monochromatic Colors of #383B17
Black with #383B17
Text Example
Text Example
White with #383B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B17; }
p { color: rgb(56,59,23); }
H1.HeaderClassName
{
color: #383B17;
}
.AnyTagClassName
{
color: #383B17;
}
</style>
background-color css
<style>
a { background-color: #383B17; }
a { background-color: rgb(56,59,23); }
div.DivClassName
{
background-color: #383B17;
}
.BgClassName
{
background-color: #383B17;
}
</style>
border-color css
<style>
span { border-color: #383B17; }
span { border-color: rgb(56,59,23); }
td.TdClassName
{
border-color: #383B17;
}
.TagClassName
{
border-color: #383B17;
}
</style>