Shades of Turtle Green #363D1D
Tints of Turtle Green #363D1D
RGB
CMYK
RGB Variations
Color information
#363D1D (or 0x363D1D) is known color: Turtle Green. HEX triplet: 36, 3D and 1D. RGB value is (54,61,29). Sum of RGB (Red+Green+Blue) = 54+61+29=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 61 - color contains mainly: green. Hex color #363D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363D1D is #C9C2E2. Grayscale: #373737. Windows color (decimal): -13222627 or 1916214. OLE color: 1916214.
HSL color Cylindrical-coordinate representation of color #363D1D: hue angle of 73.12º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #363D1D is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 61 | 29 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.76 |
| HSL | 73.13º | 0.36% | 0.18% | - |
| HSV(B) | 73.13º | 0.52% | 0.24% | - |
| XYZ | 3.41 | 4.21 | 1.8 | - |
| YUV | 55.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 29 | 0.11 | 0 | 0.52 | 0.76 | 73.13 | 0.36 | 0.18 |
| Hex | 36 | 3D | 1D | B | 0 | 34 | 4C | 49 | 24 | 12 |
| Octal | 66 | 75 | 35 | 13 | 0 | 64 | 114 | 111 | 44 | 22 |
| Binary | 110110 | 111101 | 11101 | 1011 | 0 | 110100 | 1001100 | 1001001 | 100100 | 10010 |
Color Harmonies of #363D1D
Complementary color
Monochromatic Colors of #363D1D
Black with #363D1D
Text Example
Text Example
White with #363D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D1D; }
p { color: rgb(54,61,29); }
H1.HeaderClassName
{
color: #363D1D;
}
.AnyTagClassName
{
color: #363D1D;
}
</style>
background-color css
<style>
a { background-color: #363D1D; }
a { background-color: rgb(54,61,29); }
div.DivClassName
{
background-color: #363D1D;
}
.BgClassName
{
background-color: #363D1D;
}
</style>
border-color css
<style>
span { border-color: #363D1D; }
span { border-color: rgb(54,61,29); }
td.TdClassName
{
border-color: #363D1D;
}
.TagClassName
{
border-color: #363D1D;
}
</style>