Shades of Turtle Green #363D10
Tints of Turtle Green #363D10
RGB
CMYK
RGB Variations
Color information
#363D10 (or 0x363D10) is known color: Turtle Green. HEX triplet: 36, 3D and 10. RGB value is (54,61,16). Sum of RGB (Red+Green+Blue) = 54+61+16=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #363D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363D10 is #C9C2EF. Grayscale: #353535. Windows color (decimal): -13222640 or 1064246. OLE color: 1064246.
HSL color Cylindrical-coordinate representation of color #363D10: hue angle of 69.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #363D10 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 61 | 16 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.76 |
| HSL | 69.33º | 0.58% | 0.15% | - |
| HSV(B) | 69.33º | 0.74% | 0.24% | - |
| XYZ | 3.28 | 4.16 | 1.12 | - |
| YUV | 53.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 16 | 0.11 | 0 | 0.74 | 0.76 | 69.33 | 0.58 | 0.15 |
| Hex | 36 | 3D | 10 | B | 0 | 4A | 4C | 45 | 3A | F |
| Octal | 66 | 75 | 20 | 13 | 0 | 112 | 114 | 105 | 72 | 17 |
| Binary | 110110 | 111101 | 10000 | 1011 | 0 | 1001010 | 1001100 | 1000101 | 111010 | 1111 |
Color Harmonies of #363D10
Complementary color
Monochromatic Colors of #363D10
Black with #363D10
Text Example
Text Example
White with #363D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D10; }
p { color: rgb(54,61,16); }
H1.HeaderClassName
{
color: #363D10;
}
.AnyTagClassName
{
color: #363D10;
}
</style>
background-color css
<style>
a { background-color: #363D10; }
a { background-color: rgb(54,61,16); }
div.DivClassName
{
background-color: #363D10;
}
.BgClassName
{
background-color: #363D10;
}
</style>
border-color css
<style>
span { border-color: #363D10; }
span { border-color: rgb(54,61,16); }
td.TdClassName
{
border-color: #363D10;
}
.TagClassName
{
border-color: #363D10;
}
</style>