Shades of Turtle Green #363900
Tints of Turtle Green #363900
RGB
CMYK
RGB Variations
Color information
#363900 (or 0x363900) is known color: Turtle Green. HEX triplet: 36, 39 and 00. RGB value is (54,57,0). Sum of RGB (Red+Green+Blue) = 54+57+0=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #363900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363900 is #C9C6FF. Grayscale: #313131. Windows color (decimal): -13223680 or 14646. OLE color: 14646.
HSL color Cylindrical-coordinate representation of color #363900: hue angle of 63.16º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #363900 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 57 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.78 |
| HSL | 63.16º | 1% | 0.11% | - |
| HSV(B) | 63.16º | 1% | 0.22% | - |
| XYZ | 2.98 | 3.71 | 0.56 | - |
| YUV | 49.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 0 | 0.05 | 0 | 1 | 0.78 | 63.16 | 1 | 0.11 |
| Hex | 36 | 39 | 0 | 5 | 0 | 64 | 4E | 3F | 64 | B |
| Octal | 66 | 71 | 0 | 5 | 0 | 144 | 116 | 77 | 144 | 13 |
| Binary | 110110 | 111001 | 0 | 101 | 0 | 1100100 | 1001110 | 111111 | 1100100 | 1011 |
Color Harmonies of #363900
Complementary color
Monochromatic Colors of #363900
Black with #363900
Text Example
Text Example
White with #363900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363900; }
p { color: rgb(54,57,0); }
H1.HeaderClassName
{
color: #363900;
}
.AnyTagClassName
{
color: #363900;
}
</style>
background-color css
<style>
a { background-color: #363900; }
a { background-color: rgb(54,57,0); }
div.DivClassName
{
background-color: #363900;
}
.BgClassName
{
background-color: #363900;
}
</style>
border-color css
<style>
span { border-color: #363900; }
span { border-color: rgb(54,57,0); }
td.TdClassName
{
border-color: #363900;
}
.TagClassName
{
border-color: #363900;
}
</style>