Shades of Turtle Green #363D1F
Tints of Turtle Green #363D1F
RGB
CMYK
RGB Variations
Color information
#363D1F (or 0x363D1F) is known color: Turtle Green. HEX triplet: 36, 3D and 1F. RGB value is (54,61,31). Sum of RGB (Red+Green+Blue) = 54+61+31=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 61 - color contains mainly: green. Hex color #363D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363D1F is #C9C2E0. Grayscale: #373737. Windows color (decimal): -13222625 or 2047286. OLE color: 2047286.
HSL color Cylindrical-coordinate representation of color #363D1F: hue angle of 74º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #363D1F is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 61 | 31 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.76 |
| HSL | 74º | 0.33% | 0.18% | - |
| HSV(B) | 74º | 0.49% | 0.24% | - |
| XYZ | 3.44 | 4.22 | 1.93 | - |
| YUV | 55.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 31 | 0.11 | 0 | 0.49 | 0.76 | 74 | 0.33 | 0.18 |
| Hex | 36 | 3D | 1F | B | 0 | 31 | 4C | 4A | 21 | 12 |
| Octal | 66 | 75 | 37 | 13 | 0 | 61 | 114 | 112 | 41 | 22 |
| Binary | 110110 | 111101 | 11111 | 1011 | 0 | 110001 | 1001100 | 1001010 | 100001 | 10010 |
Color Harmonies of #363D1F
Complementary color
Monochromatic Colors of #363D1F
Black with #363D1F
Text Example
Text Example
White with #363D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D1F; }
p { color: rgb(54,61,31); }
H1.HeaderClassName
{
color: #363D1F;
}
.AnyTagClassName
{
color: #363D1F;
}
</style>
background-color css
<style>
a { background-color: #363D1F; }
a { background-color: rgb(54,61,31); }
div.DivClassName
{
background-color: #363D1F;
}
.BgClassName
{
background-color: #363D1F;
}
</style>
border-color css
<style>
span { border-color: #363D1F; }
span { border-color: rgb(54,61,31); }
td.TdClassName
{
border-color: #363D1F;
}
.TagClassName
{
border-color: #363D1F;
}
</style>