Shades of Turtle Green #383D08
Tints of Turtle Green #383D08
RGB
CMYK
RGB Variations
Color information
#383D08 (or 0x383D08) is known color: Turtle Green. HEX triplet: 38, 3D and 08. RGB value is (56,61,8). Sum of RGB (Red+Green+Blue) = 56+61+8=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 61 - color contains mainly: green. Hex color #383D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383D08 is #C7C2F7. Grayscale: #353535. Windows color (decimal): -13091576 or 539960. OLE color: 539960.
HSL color Cylindrical-coordinate representation of color #383D08: hue angle of 65.66º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #383D08 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 8 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.76 |
| HSL | 65.66º | 0.77% | 0.14% | - |
| HSV(B) | 65.66º | 0.87% | 0.24% | - |
| XYZ | 3.34 | 4.2 | 0.86 | - |
| YUV | 53.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 8 | 0.08 | 0 | 0.87 | 0.76 | 65.66 | 0.77 | 0.14 |
| Hex | 38 | 3D | 8 | 8 | 0 | 57 | 4C | 42 | 4D | E |
| Octal | 70 | 75 | 10 | 10 | 0 | 127 | 114 | 102 | 115 | 16 |
| Binary | 111000 | 111101 | 1000 | 1000 | 0 | 1010111 | 1001100 | 1000010 | 1001101 | 1110 |
Color Harmonies of #383D08
Complementary color
Monochromatic Colors of #383D08
Black with #383D08
Text Example
Text Example
White with #383D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D08; }
p { color: rgb(56,61,8); }
H1.HeaderClassName
{
color: #383D08;
}
.AnyTagClassName
{
color: #383D08;
}
</style>
background-color css
<style>
a { background-color: #383D08; }
a { background-color: rgb(56,61,8); }
div.DivClassName
{
background-color: #383D08;
}
.BgClassName
{
background-color: #383D08;
}
</style>
border-color css
<style>
span { border-color: #383D08; }
span { border-color: rgb(56,61,8); }
td.TdClassName
{
border-color: #383D08;
}
.TagClassName
{
border-color: #383D08;
}
</style>