Shades of Turtle Green #384602
Tints of Turtle Green #384602
RGB
CMYK
RGB Variations
Color information
#384602 (or 0x384602) is known color: Turtle Green. HEX triplet: 38, 46 and 02. RGB value is (56,70,2). Sum of RGB (Red+Green+Blue) = 56+70+2=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #384602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384602 is #C7B9FD. Grayscale: #3A3A3A. Windows color (decimal): -13089278 or 149048. OLE color: 149048.
HSL color Cylindrical-coordinate representation of color #384602: hue angle of 72.35º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #384602 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 2 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.73 |
| HSL | 72.35º | 0.94% | 0.14% | - |
| HSV(B) | 72.35º | 0.97% | 0.27% | - |
| XYZ | 3.83 | 5.23 | 0.86 | - |
| YUV | 58.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 2 | 0.20 | 0 | 0.97 | 0.73 | 72.35 | 0.94 | 0.14 |
| Hex | 38 | 46 | 2 | 14 | 0 | 61 | 49 | 48 | 5E | E |
| Octal | 70 | 106 | 2 | 24 | 0 | 141 | 111 | 110 | 136 | 16 |
| Binary | 111000 | 1000110 | 10 | 10100 | 0 | 1100001 | 1001001 | 1001000 | 1011110 | 1110 |
Color Harmonies of #384602
Complementary color
Monochromatic Colors of #384602
Black with #384602
Text Example
Text Example
White with #384602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384602; }
p { color: rgb(56,70,2); }
H1.HeaderClassName
{
color: #384602;
}
.AnyTagClassName
{
color: #384602;
}
</style>
background-color css
<style>
a { background-color: #384602; }
a { background-color: rgb(56,70,2); }
div.DivClassName
{
background-color: #384602;
}
.BgClassName
{
background-color: #384602;
}
</style>
border-color css
<style>
span { border-color: #384602; }
span { border-color: rgb(56,70,2); }
td.TdClassName
{
border-color: #384602;
}
.TagClassName
{
border-color: #384602;
}
</style>