Shades of Turtle Green #383C08
Tints of Turtle Green #383C08
RGB
CMYK
RGB Variations
Color information
#383C08 (or 0x383C08) is known color: Turtle Green. HEX triplet: 38, 3C and 08. RGB value is (56,60,8). Sum of RGB (Red+Green+Blue) = 56+60+8=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 60 (23.83% from 255 or 48.39% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 60 - color contains mainly: green. Hex color #383C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383C08 is #C7C3F7. Grayscale: #353535. Windows color (decimal): -13091832 or 539704. OLE color: 539704.
HSL color Cylindrical-coordinate representation of color #383C08: hue angle of 64.62º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #383C08 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 60 | 8 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.76 |
| HSL | 64.62º | 0.76% | 0.13% | - |
| HSV(B) | 64.62º | 0.87% | 0.24% | - |
| XYZ | 3.29 | 4.09 | 0.85 | - |
| YUV | 52.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 8 | 0.07 | 0 | 0.87 | 0.76 | 64.62 | 0.76 | 0.13 |
| Hex | 38 | 3C | 8 | 7 | 0 | 57 | 4C | 41 | 4C | D |
| Octal | 70 | 74 | 10 | 7 | 0 | 127 | 114 | 101 | 114 | 15 |
| Binary | 111000 | 111100 | 1000 | 111 | 0 | 1010111 | 1001100 | 1000001 | 1001100 | 1101 |
Color Harmonies of #383C08
Complementary color
Monochromatic Colors of #383C08
Black with #383C08
Text Example
Text Example
White with #383C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C08; }
p { color: rgb(56,60,8); }
H1.HeaderClassName
{
color: #383C08;
}
.AnyTagClassName
{
color: #383C08;
}
</style>
background-color css
<style>
a { background-color: #383C08; }
a { background-color: rgb(56,60,8); }
div.DivClassName
{
background-color: #383C08;
}
.BgClassName
{
background-color: #383C08;
}
</style>
border-color css
<style>
span { border-color: #383C08; }
span { border-color: rgb(56,60,8); }
td.TdClassName
{
border-color: #383C08;
}
.TagClassName
{
border-color: #383C08;
}
</style>