Shades of Turtle Green #363600
Tints of Turtle Green #363600
RGB
CMYK
RGB Variations
Color information
#363600 (or 0x363600) is known color: Turtle Green. HEX triplet: 36, 36 and 00. RGB value is (54,54,0). Sum of RGB (Red+Green+Blue) = 54+54+0=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 54 (21.48% from 255 or 50% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 54 - color contains mainly: red, green. Hex color #363600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363600 is #C9C9FF. Grayscale: #303030. Windows color (decimal): -13224448 or 13878. OLE color: 13878.
HSL color Cylindrical-coordinate representation of color #363600: hue angle of 60º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #363600 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 54 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.79 |
| HSL | 60º | 1% | 0.11% | - |
| HSV(B) | 60º | 1% | 0.21% | - |
| XYZ | 2.84 | 3.42 | 0.51 | - |
| YUV | 47.84 | 101 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 0 | 0 | 0 | 1 | 0.79 | 60 | 1 | 0.11 |
| Hex | 36 | 36 | 0 | 0 | 0 | 64 | 4F | 3C | 64 | B |
| Octal | 66 | 66 | 0 | 0 | 0 | 144 | 117 | 74 | 144 | 13 |
| Binary | 110110 | 110110 | 0 | 0 | 0 | 1100100 | 1001111 | 111100 | 1100100 | 1011 |
Color Harmonies of #363600
Complementary color
Monochromatic Colors of #363600
Black with #363600
Text Example
Text Example
White with #363600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363600; }
p { color: rgb(54,54,0); }
H1.HeaderClassName
{
color: #363600;
}
.AnyTagClassName
{
color: #363600;
}
</style>
background-color css
<style>
a { background-color: #363600; }
a { background-color: rgb(54,54,0); }
div.DivClassName
{
background-color: #363600;
}
.BgClassName
{
background-color: #363600;
}
</style>
border-color css
<style>
span { border-color: #363600; }
span { border-color: rgb(54,54,0); }
td.TdClassName
{
border-color: #363600;
}
.TagClassName
{
border-color: #363600;
}
</style>