Shades of Turtle Green #363800
Tints of Turtle Green #363800
RGB
CMYK
RGB Variations
Color information
#363800 (or 0x363800) is known color: Turtle Green. HEX triplet: 36, 38 and 00. RGB value is (54,56,0). Sum of RGB (Red+Green+Blue) = 54+56+0=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #363800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363800 is #C9C7FF. Grayscale: #313131. Windows color (decimal): -13223936 or 14390. OLE color: 14390.
HSL color Cylindrical-coordinate representation of color #363800: hue angle of 62.14º 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 #363800 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 56 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.78 |
| HSL | 62.14º | 1% | 0.11% | - |
| HSV(B) | 62.14º | 1% | 0.22% | - |
| XYZ | 2.94 | 3.61 | 0.54 | - |
| YUV | 49.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 0 | 0.04 | 0 | 1 | 0.78 | 62.14 | 1 | 0.11 |
| Hex | 36 | 38 | 0 | 4 | 0 | 64 | 4E | 3E | 64 | B |
| Octal | 66 | 70 | 0 | 4 | 0 | 144 | 116 | 76 | 144 | 13 |
| Binary | 110110 | 111000 | 0 | 100 | 0 | 1100100 | 1001110 | 111110 | 1100100 | 1011 |
Color Harmonies of #363800
Complementary color
Monochromatic Colors of #363800
Black with #363800
Text Example
Text Example
White with #363800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363800; }
p { color: rgb(54,56,0); }
H1.HeaderClassName
{
color: #363800;
}
.AnyTagClassName
{
color: #363800;
}
</style>
background-color css
<style>
a { background-color: #363800; }
a { background-color: rgb(54,56,0); }
div.DivClassName
{
background-color: #363800;
}
.BgClassName
{
background-color: #363800;
}
</style>
border-color css
<style>
span { border-color: #363800; }
span { border-color: rgb(54,56,0); }
td.TdClassName
{
border-color: #363800;
}
.TagClassName
{
border-color: #363800;
}
</style>