Shades of Turtle Green #384306
Tints of Turtle Green #384306
RGB
CMYK
RGB Variations
Color information
#384306 (or 0x384306) is known color: Turtle Green. HEX triplet: 38, 43 and 06. RGB value is (56,67,6). Sum of RGB (Red+Green+Blue) = 56+67+6=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #384306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384306 is #C7BCF9. Grayscale: #383838. Windows color (decimal): -13090042 or 410424. OLE color: 410424.
HSL color Cylindrical-coordinate representation of color #384306: hue angle of 70.82º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #384306 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 67 | 6 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.74 |
| HSL | 70.82º | 0.84% | 0.14% | - |
| HSV(B) | 70.82º | 0.91% | 0.26% | - |
| XYZ | 3.67 | 4.87 | 0.92 | - |
| YUV | 56.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 6 | 0.16 | 0 | 0.91 | 0.74 | 70.82 | 0.84 | 0.14 |
| Hex | 38 | 43 | 6 | 10 | 0 | 5B | 4A | 47 | 54 | E |
| Octal | 70 | 103 | 6 | 20 | 0 | 133 | 112 | 107 | 124 | 16 |
| Binary | 111000 | 1000011 | 110 | 10000 | 0 | 1011011 | 1001010 | 1000111 | 1010100 | 1110 |
Color Harmonies of #384306
Complementary color
Monochromatic Colors of #384306
Black with #384306
Text Example
Text Example
White with #384306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384306; }
p { color: rgb(56,67,6); }
H1.HeaderClassName
{
color: #384306;
}
.AnyTagClassName
{
color: #384306;
}
</style>
background-color css
<style>
a { background-color: #384306; }
a { background-color: rgb(56,67,6); }
div.DivClassName
{
background-color: #384306;
}
.BgClassName
{
background-color: #384306;
}
</style>
border-color css
<style>
span { border-color: #384306; }
span { border-color: rgb(56,67,6); }
td.TdClassName
{
border-color: #384306;
}
.TagClassName
{
border-color: #384306;
}
</style>