Shades of Turtle Green #384501
Tints of Turtle Green #384501
RGB
CMYK
RGB Variations
Color information
#384501 (or 0x384501) is known color: Turtle Green. HEX triplet: 38, 45 and 01. RGB value is (56,69,1). Sum of RGB (Red+Green+Blue) = 56+69+1=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #384501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384501 is #C7BAFE. Grayscale: #393939. Windows color (decimal): -13089535 or 83256. OLE color: 83256.
HSL color Cylindrical-coordinate representation of color #384501: hue angle of 71.47º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #384501 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 69 | 1 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.73 |
| HSL | 71.47º | 0.97% | 0.14% | - |
| HSV(B) | 71.47º | 0.99% | 0.27% | - |
| XYZ | 3.76 | 5.1 | 0.81 | - |
| YUV | 57.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 1 | 0.19 | 0 | 0.99 | 0.73 | 71.47 | 0.97 | 0.14 |
| Hex | 38 | 45 | 1 | 13 | 0 | 63 | 49 | 47 | 61 | E |
| Octal | 70 | 105 | 1 | 23 | 0 | 143 | 111 | 107 | 141 | 16 |
| Binary | 111000 | 1000101 | 1 | 10011 | 0 | 1100011 | 1001001 | 1000111 | 1100001 | 1110 |
Color Harmonies of #384501
Complementary color
Monochromatic Colors of #384501
Black with #384501
Text Example
Text Example
White with #384501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384501; }
p { color: rgb(56,69,1); }
H1.HeaderClassName
{
color: #384501;
}
.AnyTagClassName
{
color: #384501;
}
</style>
background-color css
<style>
a { background-color: #384501; }
a { background-color: rgb(56,69,1); }
div.DivClassName
{
background-color: #384501;
}
.BgClassName
{
background-color: #384501;
}
</style>
border-color css
<style>
span { border-color: #384501; }
span { border-color: rgb(56,69,1); }
td.TdClassName
{
border-color: #384501;
}
.TagClassName
{
border-color: #384501;
}
</style>