Shades of Turtle Green #363A0D
Tints of Turtle Green #363A0D
RGB
CMYK
RGB Variations
Color information
#363A0D (or 0x363A0D) is known color: Turtle Green. HEX triplet: 36, 3A and 0D. RGB value is (54,58,13). Sum of RGB (Red+Green+Blue) = 54+58+13=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #363A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363A0D is #C9C5F2. Grayscale: #333333. Windows color (decimal): -13223411 or 866870. OLE color: 866870.
HSL color Cylindrical-coordinate representation of color #363A0D: hue angle of 65.33º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #363A0D is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 58 | 13 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.77 |
| HSL | 65.33º | 0.63% | 0.14% | - |
| HSV(B) | 65.33º | 0.78% | 0.23% | - |
| XYZ | 3.11 | 3.84 | 0.96 | - |
| YUV | 51.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 13 | 0.07 | 0 | 0.78 | 0.77 | 65.33 | 0.63 | 0.14 |
| Hex | 36 | 3A | D | 7 | 0 | 4E | 4D | 41 | 3F | E |
| Octal | 66 | 72 | 15 | 7 | 0 | 116 | 115 | 101 | 77 | 16 |
| Binary | 110110 | 111010 | 1101 | 111 | 0 | 1001110 | 1001101 | 1000001 | 111111 | 1110 |
Color Harmonies of #363A0D
Complementary color
Monochromatic Colors of #363A0D
Black with #363A0D
Text Example
Text Example
White with #363A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A0D; }
p { color: rgb(54,58,13); }
H1.HeaderClassName
{
color: #363A0D;
}
.AnyTagClassName
{
color: #363A0D;
}
</style>
background-color css
<style>
a { background-color: #363A0D; }
a { background-color: rgb(54,58,13); }
div.DivClassName
{
background-color: #363A0D;
}
.BgClassName
{
background-color: #363A0D;
}
</style>
border-color css
<style>
span { border-color: #363A0D; }
span { border-color: rgb(54,58,13); }
td.TdClassName
{
border-color: #363A0D;
}
.TagClassName
{
border-color: #363A0D;
}
</style>