Shades of Turtle Green #363700
Tints of Turtle Green #363700
RGB
CMYK
RGB Variations
Color information
#363700 (or 0x363700) is known color: Turtle Green. HEX triplet: 36, 37 and 00. RGB value is (54,55,0). Sum of RGB (Red+Green+Blue) = 54+55+0=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #363700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363700 is #C9C8FF. Grayscale: #303030. Windows color (decimal): -13224192 or 14134. OLE color: 14134.
HSL color Cylindrical-coordinate representation of color #363700: hue angle of 61.09º 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 #363700 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 55 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.78 |
| HSL | 61.09º | 1% | 0.11% | - |
| HSV(B) | 61.09º | 1% | 0.22% | - |
| XYZ | 2.89 | 3.52 | 0.53 | - |
| YUV | 48.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 0 | 0.02 | 0 | 1 | 0.78 | 61.09 | 1 | 0.11 |
| Hex | 36 | 37 | 0 | 2 | 0 | 64 | 4E | 3D | 64 | B |
| Octal | 66 | 67 | 0 | 2 | 0 | 144 | 116 | 75 | 144 | 13 |
| Binary | 110110 | 110111 | 0 | 10 | 0 | 1100100 | 1001110 | 111101 | 1100100 | 1011 |
Color Harmonies of #363700
Complementary color
Monochromatic Colors of #363700
Black with #363700
Text Example
Text Example
White with #363700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363700; }
p { color: rgb(54,55,0); }
H1.HeaderClassName
{
color: #363700;
}
.AnyTagClassName
{
color: #363700;
}
</style>
background-color css
<style>
a { background-color: #363700; }
a { background-color: rgb(54,55,0); }
div.DivClassName
{
background-color: #363700;
}
.BgClassName
{
background-color: #363700;
}
</style>
border-color css
<style>
span { border-color: #363700; }
span { border-color: rgb(54,55,0); }
td.TdClassName
{
border-color: #363700;
}
.TagClassName
{
border-color: #363700;
}
</style>