Shades of Turtle Green #384317
Tints of Turtle Green #384317
RGB
CMYK
RGB Variations
Color information
#384317 (or 0x384317) is known color: Turtle Green. HEX triplet: 38, 43 and 17. RGB value is (56,67,23). Sum of RGB (Red+Green+Blue) = 56+67+23=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #384317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384317 is #C7BCE8. Grayscale: #3A3A3A. Windows color (decimal): -13090025 or 1524536. OLE color: 1524536.
HSL color Cylindrical-coordinate representation of color #384317: hue angle of 75º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #384317 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 67 | 23 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.74 |
| HSL | 75º | 0.49% | 0.18% | - |
| HSV(B) | 75º | 0.66% | 0.26% | - |
| XYZ | 3.79 | 4.92 | 1.56 | - |
| YUV | 58.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 23 | 0.16 | 0 | 0.66 | 0.74 | 75 | 0.49 | 0.18 |
| Hex | 38 | 43 | 17 | 10 | 0 | 42 | 4A | 4B | 31 | 12 |
| Octal | 70 | 103 | 27 | 20 | 0 | 102 | 112 | 113 | 61 | 22 |
| Binary | 111000 | 1000011 | 10111 | 10000 | 0 | 1000010 | 1001010 | 1001011 | 110001 | 10010 |
Color Harmonies of #384317
Complementary color
Monochromatic Colors of #384317
Black with #384317
Text Example
Text Example
White with #384317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384317; }
p { color: rgb(56,67,23); }
H1.HeaderClassName
{
color: #384317;
}
.AnyTagClassName
{
color: #384317;
}
</style>
background-color css
<style>
a { background-color: #384317; }
a { background-color: rgb(56,67,23); }
div.DivClassName
{
background-color: #384317;
}
.BgClassName
{
background-color: #384317;
}
</style>
border-color css
<style>
span { border-color: #384317; }
span { border-color: rgb(56,67,23); }
td.TdClassName
{
border-color: #384317;
}
.TagClassName
{
border-color: #384317;
}
</style>