Shades of Turtle Green #383B09
Tints of Turtle Green #383B09
RGB
CMYK
RGB Variations
Color information
#383B09 (or 0x383B09) is known color: Turtle Green. HEX triplet: 38, 3B and 09. RGB value is (56,59,9). Sum of RGB (Red+Green+Blue) = 56+59+9=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 59 (23.44% from 255 or 47.58% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 59 - color contains mainly: green. Hex color #383B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383B09 is #C7C4F6. Grayscale: #343434. Windows color (decimal): -13092087 or 604984. OLE color: 604984.
HSL color Cylindrical-coordinate representation of color #383B09: hue angle of 63.6º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #383B09 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 59 | 9 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.77 |
| HSL | 63.6º | 0.74% | 0.13% | - |
| HSV(B) | 63.6º | 0.85% | 0.23% | - |
| XYZ | 3.24 | 3.99 | 0.86 | - |
| YUV | 52.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 9 | 0.05 | 0 | 0.85 | 0.77 | 63.6 | 0.74 | 0.13 |
| Hex | 38 | 3B | 9 | 5 | 0 | 55 | 4D | 40 | 4A | D |
| Octal | 70 | 73 | 11 | 5 | 0 | 125 | 115 | 100 | 112 | 15 |
| Binary | 111000 | 111011 | 1001 | 101 | 0 | 1010101 | 1001101 | 1000000 | 1001010 | 1101 |
Color Harmonies of #383B09
Complementary color
Monochromatic Colors of #383B09
Black with #383B09
Text Example
Text Example
White with #383B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B09; }
p { color: rgb(56,59,9); }
H1.HeaderClassName
{
color: #383B09;
}
.AnyTagClassName
{
color: #383B09;
}
</style>
background-color css
<style>
a { background-color: #383B09; }
a { background-color: rgb(56,59,9); }
div.DivClassName
{
background-color: #383B09;
}
.BgClassName
{
background-color: #383B09;
}
</style>
border-color css
<style>
span { border-color: #383B09; }
span { border-color: rgb(56,59,9); }
td.TdClassName
{
border-color: #383B09;
}
.TagClassName
{
border-color: #383B09;
}
</style>