Shades of Turtle Green #383901
Tints of Turtle Green #383901
RGB
CMYK
RGB Variations
Color information
#383901 (or 0x383901) is known color: Turtle Green. HEX triplet: 38, 39 and 01. RGB value is (56,57,1). Sum of RGB (Red+Green+Blue) = 56+57+1=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #383901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383901 is #C7C6FE. Grayscale: #323232. Windows color (decimal): -13092607 or 80184. OLE color: 80184.
HSL color Cylindrical-coordinate representation of color #383901: hue angle of 61.07º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #383901 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 57 | 1 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.78 |
| HSL | 61.07º | 0.97% | 0.11% | - |
| HSV(B) | 61.07º | 0.98% | 0.22% | - |
| XYZ | 3.1 | 3.77 | 0.59 | - |
| YUV | 50.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 1 | 0.02 | 0 | 0.98 | 0.78 | 61.07 | 0.97 | 0.11 |
| Hex | 38 | 39 | 1 | 2 | 0 | 62 | 4E | 3D | 61 | B |
| Octal | 70 | 71 | 1 | 2 | 0 | 142 | 116 | 75 | 141 | 13 |
| Binary | 111000 | 111001 | 1 | 10 | 0 | 1100010 | 1001110 | 111101 | 1100001 | 1011 |
Color Harmonies of #383901
Complementary color
Monochromatic Colors of #383901
Black with #383901
Text Example
Text Example
White with #383901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383901; }
p { color: rgb(56,57,1); }
H1.HeaderClassName
{
color: #383901;
}
.AnyTagClassName
{
color: #383901;
}
</style>
background-color css
<style>
a { background-color: #383901; }
a { background-color: rgb(56,57,1); }
div.DivClassName
{
background-color: #383901;
}
.BgClassName
{
background-color: #383901;
}
</style>
border-color css
<style>
span { border-color: #383901; }
span { border-color: rgb(56,57,1); }
td.TdClassName
{
border-color: #383901;
}
.TagClassName
{
border-color: #383901;
}
</style>