Shades of Turtle Green #383B08
Tints of Turtle Green #383B08
RGB
CMYK
RGB Variations
Color information
#383B08 (or 0x383B08) is known color: Turtle Green. HEX triplet: 38, 3B and 08. RGB value is (56,59,8). Sum of RGB (Red+Green+Blue) = 56+59+8=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 59 - color contains mainly: green. Hex color #383B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383B08 is #C7C4F7. Grayscale: #343434. Windows color (decimal): -13092088 or 539448. OLE color: 539448.
HSL color Cylindrical-coordinate representation of color #383B08: hue angle of 63.53º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #383B08 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 59 | 8 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.77 |
| HSL | 63.53º | 0.76% | 0.13% | - |
| HSV(B) | 63.53º | 0.86% | 0.23% | - |
| XYZ | 3.24 | 3.99 | 0.83 | - |
| YUV | 52.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 8 | 0.05 | 0 | 0.86 | 0.77 | 63.53 | 0.76 | 0.13 |
| Hex | 38 | 3B | 8 | 5 | 0 | 56 | 4D | 40 | 4C | D |
| Octal | 70 | 73 | 10 | 5 | 0 | 126 | 115 | 100 | 114 | 15 |
| Binary | 111000 | 111011 | 1000 | 101 | 0 | 1010110 | 1001101 | 1000000 | 1001100 | 1101 |
Color Harmonies of #383B08
Complementary color
Monochromatic Colors of #383B08
Black with #383B08
Text Example
Text Example
White with #383B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B08; }
p { color: rgb(56,59,8); }
H1.HeaderClassName
{
color: #383B08;
}
.AnyTagClassName
{
color: #383B08;
}
</style>
background-color css
<style>
a { background-color: #383B08; }
a { background-color: rgb(56,59,8); }
div.DivClassName
{
background-color: #383B08;
}
.BgClassName
{
background-color: #383B08;
}
</style>
border-color css
<style>
span { border-color: #383B08; }
span { border-color: rgb(56,59,8); }
td.TdClassName
{
border-color: #383B08;
}
.TagClassName
{
border-color: #383B08;
}
</style>