Shades of Turtle Green #384B08
Tints of Turtle Green #384B08
RGB
CMYK
RGB Variations
Color information
#384B08 (or 0x384B08) is known color: Turtle Green. HEX triplet: 38, 4B and 08. RGB value is (56,75,8). Sum of RGB (Red+Green+Blue) = 56+75+8=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #384B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B08 is #C7B4F7. Grayscale: #3D3D3D. Windows color (decimal): -13087992 or 543544. OLE color: 543544.
HSL color Cylindrical-coordinate representation of color #384B08: hue angle of 77.01º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #384B08 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 8 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.71 |
| HSL | 77.01º | 0.81% | 0.16% | - |
| HSV(B) | 77.01º | 0.89% | 0.29% | - |
| XYZ | 4.19 | 5.89 | 1.15 | - |
| YUV | 61.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 8 | 0.25 | 0 | 0.89 | 0.71 | 77.01 | 0.81 | 0.16 |
| Hex | 38 | 4B | 8 | 19 | 0 | 59 | 47 | 4D | 51 | 10 |
| Octal | 70 | 113 | 10 | 31 | 0 | 131 | 107 | 115 | 121 | 20 |
| Binary | 111000 | 1001011 | 1000 | 11001 | 0 | 1011001 | 1000111 | 1001101 | 1010001 | 10000 |
Color Harmonies of #384B08
Complementary color
Monochromatic Colors of #384B08
Black with #384B08
Text Example
Text Example
White with #384B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B08; }
p { color: rgb(56,75,8); }
H1.HeaderClassName
{
color: #384B08;
}
.AnyTagClassName
{
color: #384B08;
}
</style>
background-color css
<style>
a { background-color: #384B08; }
a { background-color: rgb(56,75,8); }
div.DivClassName
{
background-color: #384B08;
}
.BgClassName
{
background-color: #384B08;
}
</style>
border-color css
<style>
span { border-color: #384B08; }
span { border-color: rgb(56,75,8); }
td.TdClassName
{
border-color: #384B08;
}
.TagClassName
{
border-color: #384B08;
}
</style>