Shades of Turtle Green #384309
Tints of Turtle Green #384309
RGB
CMYK
RGB Variations
Color information
#384309 (or 0x384309) is known color: Turtle Green. HEX triplet: 38, 43 and 09. RGB value is (56,67,9). Sum of RGB (Red+Green+Blue) = 56+67+9=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #384309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384309 is #C7BCF6. Grayscale: #393939. Windows color (decimal): -13090039 or 607032. OLE color: 607032.
HSL color Cylindrical-coordinate representation of color #384309: hue angle of 71.38º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #384309 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 67 | 9 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.74 |
| HSL | 71.38º | 0.76% | 0.15% | - |
| HSV(B) | 71.38º | 0.87% | 0.26% | - |
| XYZ | 3.69 | 4.87 | 1.01 | - |
| YUV | 57.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 9 | 0.16 | 0 | 0.87 | 0.74 | 71.38 | 0.76 | 0.15 |
| Hex | 38 | 43 | 9 | 10 | 0 | 57 | 4A | 47 | 4C | F |
| Octal | 70 | 103 | 11 | 20 | 0 | 127 | 112 | 107 | 114 | 17 |
| Binary | 111000 | 1000011 | 1001 | 10000 | 0 | 1010111 | 1001010 | 1000111 | 1001100 | 1111 |
Color Harmonies of #384309
Complementary color
Monochromatic Colors of #384309
Black with #384309
Text Example
Text Example
White with #384309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384309; }
p { color: rgb(56,67,9); }
H1.HeaderClassName
{
color: #384309;
}
.AnyTagClassName
{
color: #384309;
}
</style>
background-color css
<style>
a { background-color: #384309; }
a { background-color: rgb(56,67,9); }
div.DivClassName
{
background-color: #384309;
}
.BgClassName
{
background-color: #384309;
}
</style>
border-color css
<style>
span { border-color: #384309; }
span { border-color: rgb(56,67,9); }
td.TdClassName
{
border-color: #384309;
}
.TagClassName
{
border-color: #384309;
}
</style>