Shades of Turtle Green #384108
Tints of Turtle Green #384108
RGB
CMYK
RGB Variations
Color information
#384108 (or 0x384108) is known color: Turtle Green. HEX triplet: 38, 41 and 08. RGB value is (56,65,8). Sum of RGB (Red+Green+Blue) = 56+65+8=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #384108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384108 is #C7BEF7. Grayscale: #383838. Windows color (decimal): -13090552 or 540984. OLE color: 540984.
HSL color Cylindrical-coordinate representation of color #384108: hue angle of 69.47º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #384108 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 65 | 8 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.75 |
| HSL | 69.47º | 0.78% | 0.14% | - |
| HSV(B) | 69.47º | 0.88% | 0.25% | - |
| XYZ | 3.57 | 4.64 | 0.94 | - |
| YUV | 55.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 8 | 0.14 | 0 | 0.88 | 0.75 | 69.47 | 0.78 | 0.14 |
| Hex | 38 | 41 | 8 | E | 0 | 58 | 4B | 45 | 4E | E |
| Octal | 70 | 101 | 10 | 16 | 0 | 130 | 113 | 105 | 116 | 16 |
| Binary | 111000 | 1000001 | 1000 | 1110 | 0 | 1011000 | 1001011 | 1000101 | 1001110 | 1110 |
Color Harmonies of #384108
Complementary color
Monochromatic Colors of #384108
Black with #384108
Text Example
Text Example
White with #384108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384108; }
p { color: rgb(56,65,8); }
H1.HeaderClassName
{
color: #384108;
}
.AnyTagClassName
{
color: #384108;
}
</style>
background-color css
<style>
a { background-color: #384108; }
a { background-color: rgb(56,65,8); }
div.DivClassName
{
background-color: #384108;
}
.BgClassName
{
background-color: #384108;
}
</style>
border-color css
<style>
span { border-color: #384108; }
span { border-color: rgb(56,65,8); }
td.TdClassName
{
border-color: #384108;
}
.TagClassName
{
border-color: #384108;
}
</style>