Shades of Turtle Green #363A0F
Tints of Turtle Green #363A0F
RGB
CMYK
RGB Variations
Color information
#363A0F (or 0x363A0F) is known color: Turtle Green. HEX triplet: 36, 3A and 0F. RGB value is (54,58,15). Sum of RGB (Red+Green+Blue) = 54+58+15=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 58 - color contains mainly: green. Hex color #363A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363A0F is #C9C5F0. Grayscale: #343434. Windows color (decimal): -13223409 or 997942. OLE color: 997942.
HSL color Cylindrical-coordinate representation of color #363A0F: hue angle of 65.58º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #363A0F is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 58 | 15 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.77 |
| HSL | 65.58º | 0.59% | 0.14% | - |
| HSV(B) | 65.58º | 0.74% | 0.23% | - |
| XYZ | 3.12 | 3.84 | 1.03 | - |
| YUV | 51.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 15 | 0.07 | 0 | 0.74 | 0.77 | 65.58 | 0.59 | 0.14 |
| Hex | 36 | 3A | F | 7 | 0 | 4A | 4D | 42 | 3B | E |
| Octal | 66 | 72 | 17 | 7 | 0 | 112 | 115 | 102 | 73 | 16 |
| Binary | 110110 | 111010 | 1111 | 111 | 0 | 1001010 | 1001101 | 1000010 | 111011 | 1110 |
Color Harmonies of #363A0F
Complementary color
Monochromatic Colors of #363A0F
Black with #363A0F
Text Example
Text Example
White with #363A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A0F; }
p { color: rgb(54,58,15); }
H1.HeaderClassName
{
color: #363A0F;
}
.AnyTagClassName
{
color: #363A0F;
}
</style>
background-color css
<style>
a { background-color: #363A0F; }
a { background-color: rgb(54,58,15); }
div.DivClassName
{
background-color: #363A0F;
}
.BgClassName
{
background-color: #363A0F;
}
</style>
border-color css
<style>
span { border-color: #363A0F; }
span { border-color: rgb(54,58,15); }
td.TdClassName
{
border-color: #363A0F;
}
.TagClassName
{
border-color: #363A0F;
}
</style>