Shades of Turtle Green #384B18
Tints of Turtle Green #384B18
RGB
CMYK
RGB Variations
Color information
#384B18 (or 0x384B18) is known color: Turtle Green. HEX triplet: 38, 4B and 18. RGB value is (56,75,24). Sum of RGB (Red+Green+Blue) = 56+75+24=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #384B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B18 is #C7B4E7. Grayscale: #3F3F3F. Windows color (decimal): -13087976 or 1592120. OLE color: 1592120.
HSL color Cylindrical-coordinate representation of color #384B18: hue angle of 82.35º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #384B18 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 24 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.71 |
| HSL | 82.35º | 0.52% | 0.19% | - |
| HSV(B) | 82.35º | 0.68% | 0.29% | - |
| XYZ | 4.31 | 5.94 | 1.78 | - |
| YUV | 63.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 24 | 0.25 | 0 | 0.68 | 0.71 | 82.35 | 0.52 | 0.19 |
| Hex | 38 | 4B | 18 | 19 | 0 | 44 | 47 | 52 | 34 | 13 |
| Octal | 70 | 113 | 30 | 31 | 0 | 104 | 107 | 122 | 64 | 23 |
| Binary | 111000 | 1001011 | 11000 | 11001 | 0 | 1000100 | 1000111 | 1010010 | 110100 | 10011 |
Color Harmonies of #384B18
Complementary color
Monochromatic Colors of #384B18
Black with #384B18
Text Example
Text Example
White with #384B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B18; }
p { color: rgb(56,75,24); }
H1.HeaderClassName
{
color: #384B18;
}
.AnyTagClassName
{
color: #384B18;
}
</style>
background-color css
<style>
a { background-color: #384B18; }
a { background-color: rgb(56,75,24); }
div.DivClassName
{
background-color: #384B18;
}
.BgClassName
{
background-color: #384B18;
}
</style>
border-color css
<style>
span { border-color: #384B18; }
span { border-color: rgb(56,75,24); }
td.TdClassName
{
border-color: #384B18;
}
.TagClassName
{
border-color: #384B18;
}
</style>