Shades of Turtle Green #384002
Tints of Turtle Green #384002
RGB
CMYK
RGB Variations
Color information
#384002 (or 0x384002) is known color: Turtle Green. HEX triplet: 38, 40 and 02. RGB value is (56,64,2). Sum of RGB (Red+Green+Blue) = 56+64+2=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #384002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384002 is #C7BFFD. Grayscale: #363636. Windows color (decimal): -13090814 or 147512. OLE color: 147512.
HSL color Cylindrical-coordinate representation of color #384002: hue angle of 67.74º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #384002 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 64 | 2 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.75 |
| HSL | 67.74º | 0.94% | 0.13% | - |
| HSV(B) | 67.74º | 0.97% | 0.25% | - |
| XYZ | 3.48 | 4.51 | 0.75 | - |
| YUV | 54.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 2 | 0.13 | 0 | 0.97 | 0.75 | 67.74 | 0.94 | 0.13 |
| Hex | 38 | 40 | 2 | D | 0 | 61 | 4B | 44 | 5E | D |
| Octal | 70 | 100 | 2 | 15 | 0 | 141 | 113 | 104 | 136 | 15 |
| Binary | 111000 | 1000000 | 10 | 1101 | 0 | 1100001 | 1001011 | 1000100 | 1011110 | 1101 |
Color Harmonies of #384002
Complementary color
Monochromatic Colors of #384002
Black with #384002
Text Example
Text Example
White with #384002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384002; }
p { color: rgb(56,64,2); }
H1.HeaderClassName
{
color: #384002;
}
.AnyTagClassName
{
color: #384002;
}
</style>
background-color css
<style>
a { background-color: #384002; }
a { background-color: rgb(56,64,2); }
div.DivClassName
{
background-color: #384002;
}
.BgClassName
{
background-color: #384002;
}
</style>
border-color css
<style>
span { border-color: #384002; }
span { border-color: rgb(56,64,2); }
td.TdClassName
{
border-color: #384002;
}
.TagClassName
{
border-color: #384002;
}
</style>