Shades of Turtle Green #363D05
Tints of Turtle Green #363D05
RGB
CMYK
RGB Variations
Color information
#363D05 (or 0x363D05) is known color: Turtle Green. HEX triplet: 36, 3D and 05. RGB value is (54,61,5). Sum of RGB (Red+Green+Blue) = 54+61+5=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #363D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363D05 is #C9C2FA. Grayscale: #343434. Windows color (decimal): -13222651 or 343350. OLE color: 343350.
HSL color Cylindrical-coordinate representation of color #363D05: hue angle of 67.5º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #363D05 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 61 | 5 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.76 |
| HSL | 67.5º | 0.85% | 0.13% | - |
| HSV(B) | 67.5º | 0.92% | 0.24% | - |
| XYZ | 3.22 | 4.13 | 0.77 | - |
| YUV | 52.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 5 | 0.11 | 0 | 0.92 | 0.76 | 67.5 | 0.85 | 0.13 |
| Hex | 36 | 3D | 5 | B | 0 | 5C | 4C | 44 | 55 | D |
| Octal | 66 | 75 | 5 | 13 | 0 | 134 | 114 | 104 | 125 | 15 |
| Binary | 110110 | 111101 | 101 | 1011 | 0 | 1011100 | 1001100 | 1000100 | 1010101 | 1101 |
Color Harmonies of #363D05
Complementary color
Monochromatic Colors of #363D05
Black with #363D05
Text Example
Text Example
White with #363D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D05; }
p { color: rgb(54,61,5); }
H1.HeaderClassName
{
color: #363D05;
}
.AnyTagClassName
{
color: #363D05;
}
</style>
background-color css
<style>
a { background-color: #363D05; }
a { background-color: rgb(54,61,5); }
div.DivClassName
{
background-color: #363D05;
}
.BgClassName
{
background-color: #363D05;
}
</style>
border-color css
<style>
span { border-color: #363D05; }
span { border-color: rgb(54,61,5); }
td.TdClassName
{
border-color: #363D05;
}
.TagClassName
{
border-color: #363D05;
}
</style>