Shades of Turtle Green #384200
Tints of Turtle Green #384200
RGB
CMYK
RGB Variations
Color information
#384200 (or 0x384200) is known color: Turtle Green. HEX triplet: 38, 42 and 00. RGB value is (56,66,0). Sum of RGB (Red+Green+Blue) = 56+66+0=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #384200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384200 is #C7BDFF. Grayscale: #373737. Windows color (decimal): -13090304 or 16952. OLE color: 16952.
HSL color Cylindrical-coordinate representation of color #384200: hue angle of 69.09º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #384200 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 66 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.74 |
| HSL | 69.09º | 1% | 0.13% | - |
| HSV(B) | 69.09º | 1% | 0.26% | - |
| XYZ | 3.58 | 4.74 | 0.73 | - |
| YUV | 55.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 0 | 0.15 | 0 | 1 | 0.74 | 69.09 | 1 | 0.13 |
| Hex | 38 | 42 | 0 | F | 0 | 64 | 4A | 45 | 64 | D |
| Octal | 70 | 102 | 0 | 17 | 0 | 144 | 112 | 105 | 144 | 15 |
| Binary | 111000 | 1000010 | 0 | 1111 | 0 | 1100100 | 1001010 | 1000101 | 1100100 | 1101 |
Color Harmonies of #384200
Complementary color
Monochromatic Colors of #384200
Black with #384200
Text Example
Text Example
White with #384200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384200; }
p { color: rgb(56,66,0); }
H1.HeaderClassName
{
color: #384200;
}
.AnyTagClassName
{
color: #384200;
}
</style>
background-color css
<style>
a { background-color: #384200; }
a { background-color: rgb(56,66,0); }
div.DivClassName
{
background-color: #384200;
}
.BgClassName
{
background-color: #384200;
}
</style>
border-color css
<style>
span { border-color: #384200; }
span { border-color: rgb(56,66,0); }
td.TdClassName
{
border-color: #384200;
}
.TagClassName
{
border-color: #384200;
}
</style>