Shades of Turtle Green #363707
Tints of Turtle Green #363707
RGB
CMYK
RGB Variations
Color information
#363707 (or 0x363707) is known color: Turtle Green. HEX triplet: 36, 37 and 07. RGB value is (54,55,7). Sum of RGB (Red+Green+Blue) = 54+55+7=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #363707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363707 is #C9C8F8. Grayscale: #313131. Windows color (decimal): -13224185 or 472886. OLE color: 472886.
HSL color Cylindrical-coordinate representation of color #363707: hue angle of 61.25º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #363707 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 55 | 7 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.78 |
| HSL | 61.25º | 0.77% | 0.12% | - |
| HSV(B) | 61.25º | 0.87% | 0.22% | - |
| XYZ | 2.93 | 3.53 | 0.73 | - |
| YUV | 49.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 7 | 0.02 | 0 | 0.87 | 0.78 | 61.25 | 0.77 | 0.12 |
| Hex | 36 | 37 | 7 | 2 | 0 | 57 | 4E | 3D | 4D | C |
| Octal | 66 | 67 | 7 | 2 | 0 | 127 | 116 | 75 | 115 | 14 |
| Binary | 110110 | 110111 | 111 | 10 | 0 | 1010111 | 1001110 | 111101 | 1001101 | 1100 |
Color Harmonies of #363707
Complementary color
Monochromatic Colors of #363707
Black with #363707
Text Example
Text Example
White with #363707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363707; }
p { color: rgb(54,55,7); }
H1.HeaderClassName
{
color: #363707;
}
.AnyTagClassName
{
color: #363707;
}
</style>
background-color css
<style>
a { background-color: #363707; }
a { background-color: rgb(54,55,7); }
div.DivClassName
{
background-color: #363707;
}
.BgClassName
{
background-color: #363707;
}
</style>
border-color css
<style>
span { border-color: #363707; }
span { border-color: rgb(54,55,7); }
td.TdClassName
{
border-color: #363707;
}
.TagClassName
{
border-color: #363707;
}
</style>