Shades of Turtle Green #383A08
Tints of Turtle Green #383A08
RGB
CMYK
RGB Variations
Color information
#383A08 (or 0x383A08) is known color: Turtle Green. HEX triplet: 38, 3A and 08. RGB value is (56,58,8). Sum of RGB (Red+Green+Blue) = 56+58+8=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #383A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383A08 is #C7C5F7. Grayscale: #333333. Windows color (decimal): -13092344 or 539192. OLE color: 539192.
HSL color Cylindrical-coordinate representation of color #383A08: hue angle of 62.4º 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 #383A08 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 58 | 8 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.77 |
| HSL | 62.4º | 0.76% | 0.13% | - |
| HSV(B) | 62.4º | 0.86% | 0.23% | - |
| XYZ | 3.19 | 3.88 | 0.81 | - |
| YUV | 51.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 8 | 0.03 | 0 | 0.86 | 0.77 | 62.4 | 0.76 | 0.13 |
| Hex | 38 | 3A | 8 | 3 | 0 | 56 | 4D | 3E | 4C | D |
| Octal | 70 | 72 | 10 | 3 | 0 | 126 | 115 | 76 | 114 | 15 |
| Binary | 111000 | 111010 | 1000 | 11 | 0 | 1010110 | 1001101 | 111110 | 1001100 | 1101 |
Color Harmonies of #383A08
Complementary color
Monochromatic Colors of #383A08
Black with #383A08
Text Example
Text Example
White with #383A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A08; }
p { color: rgb(56,58,8); }
H1.HeaderClassName
{
color: #383A08;
}
.AnyTagClassName
{
color: #383A08;
}
</style>
background-color css
<style>
a { background-color: #383A08; }
a { background-color: rgb(56,58,8); }
div.DivClassName
{
background-color: #383A08;
}
.BgClassName
{
background-color: #383A08;
}
</style>
border-color css
<style>
span { border-color: #383A08; }
span { border-color: rgb(56,58,8); }
td.TdClassName
{
border-color: #383A08;
}
.TagClassName
{
border-color: #383A08;
}
</style>