Shades of Turtle Green #363B05
Tints of Turtle Green #363B05
RGB
CMYK
RGB Variations
Color information
#363B05 (or 0x363B05) is known color: Turtle Green. HEX triplet: 36, 3B and 05. RGB value is (54,59,5). Sum of RGB (Red+Green+Blue) = 54+59+5=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 59 (23.44% from 255 or 50% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 59 - color contains mainly: green. Hex color #363B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363B05 is #C9C4FA. Grayscale: #333333. Windows color (decimal): -13223163 or 342838. OLE color: 342838.
HSL color Cylindrical-coordinate representation of color #363B05: hue angle of 65.56º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #363B05 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 59 | 5 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.77 |
| HSL | 65.56º | 0.84% | 0.13% | - |
| HSV(B) | 65.56º | 0.92% | 0.23% | - |
| XYZ | 3.11 | 3.92 | 0.74 | - |
| YUV | 51.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 5 | 0.08 | 0 | 0.92 | 0.77 | 65.56 | 0.84 | 0.13 |
| Hex | 36 | 3B | 5 | 8 | 0 | 5C | 4D | 42 | 54 | D |
| Octal | 66 | 73 | 5 | 10 | 0 | 134 | 115 | 102 | 124 | 15 |
| Binary | 110110 | 111011 | 101 | 1000 | 0 | 1011100 | 1001101 | 1000010 | 1010100 | 1101 |
Color Harmonies of #363B05
Complementary color
Monochromatic Colors of #363B05
Black with #363B05
Text Example
Text Example
White with #363B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B05; }
p { color: rgb(54,59,5); }
H1.HeaderClassName
{
color: #363B05;
}
.AnyTagClassName
{
color: #363B05;
}
</style>
background-color css
<style>
a { background-color: #363B05; }
a { background-color: rgb(54,59,5); }
div.DivClassName
{
background-color: #363B05;
}
.BgClassName
{
background-color: #363B05;
}
</style>
border-color css
<style>
span { border-color: #363B05; }
span { border-color: rgb(54,59,5); }
td.TdClassName
{
border-color: #363B05;
}
.TagClassName
{
border-color: #363B05;
}
</style>