Shades of Turtle Green #363D0A
Tints of Turtle Green #363D0A
RGB
CMYK
RGB Variations
Color information
#363D0A (or 0x363D0A) is known color: Turtle Green. HEX triplet: 36, 3D and 0A. RGB value is (54,61,10). Sum of RGB (Red+Green+Blue) = 54+61+10=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 61 - color contains mainly: green. Hex color #363D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363D0A is #C9C2F5. Grayscale: #353535. Windows color (decimal): -13222646 or 671030. OLE color: 671030.
HSL color Cylindrical-coordinate representation of color #363D0A: hue angle of 68.24º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #363D0A is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 61 | 10 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.76 |
| HSL | 68.24º | 0.72% | 0.14% | - |
| HSV(B) | 68.24º | 0.84% | 0.24% | - |
| XYZ | 3.24 | 4.14 | 0.92 | - |
| YUV | 53.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 10 | 0.11 | 0 | 0.84 | 0.76 | 68.24 | 0.72 | 0.14 |
| Hex | 36 | 3D | A | B | 0 | 54 | 4C | 44 | 48 | E |
| Octal | 66 | 75 | 12 | 13 | 0 | 124 | 114 | 104 | 110 | 16 |
| Binary | 110110 | 111101 | 1010 | 1011 | 0 | 1010100 | 1001100 | 1000100 | 1001000 | 1110 |
Color Harmonies of #363D0A
Complementary color
Monochromatic Colors of #363D0A
Black with #363D0A
Text Example
Text Example
White with #363D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D0A; }
p { color: rgb(54,61,10); }
H1.HeaderClassName
{
color: #363D0A;
}
.AnyTagClassName
{
color: #363D0A;
}
</style>
background-color css
<style>
a { background-color: #363D0A; }
a { background-color: rgb(54,61,10); }
div.DivClassName
{
background-color: #363D0A;
}
.BgClassName
{
background-color: #363D0A;
}
</style>
border-color css
<style>
span { border-color: #363D0A; }
span { border-color: rgb(54,61,10); }
td.TdClassName
{
border-color: #363D0A;
}
.TagClassName
{
border-color: #363D0A;
}
</style>