Shades of Turtle Green #363B13
Tints of Turtle Green #363B13
RGB
CMYK
RGB Variations
Color information
#363B13 (or 0x363B13) is known color: Turtle Green. HEX triplet: 36, 3B and 13. RGB value is (54,59,19). Sum of RGB (Red+Green+Blue) = 54+59+19=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 59 - color contains mainly: green. Hex color #363B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363B13 is #C9C4EC. Grayscale: #353535. Windows color (decimal): -13223149 or 1260342. OLE color: 1260342.
HSL color Cylindrical-coordinate representation of color #363B13: hue angle of 67.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #363B13 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 59 | 19 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.77 |
| HSL | 67.5º | 0.51% | 0.15% | - |
| HSV(B) | 67.5º | 0.68% | 0.23% | - |
| XYZ | 3.2 | 3.96 | 1.21 | - |
| YUV | 52.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 19 | 0.08 | 0 | 0.68 | 0.77 | 67.5 | 0.51 | 0.15 |
| Hex | 36 | 3B | 13 | 8 | 0 | 44 | 4D | 44 | 33 | F |
| Octal | 66 | 73 | 23 | 10 | 0 | 104 | 115 | 104 | 63 | 17 |
| Binary | 110110 | 111011 | 10011 | 1000 | 0 | 1000100 | 1001101 | 1000100 | 110011 | 1111 |
Color Harmonies of #363B13
Complementary color
Monochromatic Colors of #363B13
Black with #363B13
Text Example
Text Example
White with #363B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B13; }
p { color: rgb(54,59,19); }
H1.HeaderClassName
{
color: #363B13;
}
.AnyTagClassName
{
color: #363B13;
}
</style>
background-color css
<style>
a { background-color: #363B13; }
a { background-color: rgb(54,59,19); }
div.DivClassName
{
background-color: #363B13;
}
.BgClassName
{
background-color: #363B13;
}
</style>
border-color css
<style>
span { border-color: #363B13; }
span { border-color: rgb(54,59,19); }
td.TdClassName
{
border-color: #363B13;
}
.TagClassName
{
border-color: #363B13;
}
</style>