Shades of Turtle Green #364207
Tints of Turtle Green #364207
RGB
CMYK
RGB Variations
Color information
#364207 (or 0x364207) is known color: Turtle Green. HEX triplet: 36, 42 and 07. RGB value is (54,66,7). Sum of RGB (Red+Green+Blue) = 54+66+7=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #364207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364207 is #C9BDF8. Grayscale: #373737. Windows color (decimal): -13221369 or 475702. OLE color: 475702.
HSL color Cylindrical-coordinate representation of color #364207: hue angle of 72.2º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #364207 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 66 | 7 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.74 |
| HSL | 72.2º | 0.81% | 0.14% | - |
| HSV(B) | 72.2º | 0.89% | 0.26% | - |
| XYZ | 3.51 | 4.7 | 0.92 | - |
| YUV | 55.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 7 | 0.18 | 0 | 0.89 | 0.74 | 72.2 | 0.81 | 0.14 |
| Hex | 36 | 42 | 7 | 12 | 0 | 59 | 4A | 48 | 51 | E |
| Octal | 66 | 102 | 7 | 22 | 0 | 131 | 112 | 110 | 121 | 16 |
| Binary | 110110 | 1000010 | 111 | 10010 | 0 | 1011001 | 1001010 | 1001000 | 1010001 | 1110 |
Color Harmonies of #364207
Complementary color
Monochromatic Colors of #364207
Black with #364207
Text Example
Text Example
White with #364207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364207; }
p { color: rgb(54,66,7); }
H1.HeaderClassName
{
color: #364207;
}
.AnyTagClassName
{
color: #364207;
}
</style>
background-color css
<style>
a { background-color: #364207; }
a { background-color: rgb(54,66,7); }
div.DivClassName
{
background-color: #364207;
}
.BgClassName
{
background-color: #364207;
}
</style>
border-color css
<style>
span { border-color: #364207; }
span { border-color: rgb(54,66,7); }
td.TdClassName
{
border-color: #364207;
}
.TagClassName
{
border-color: #364207;
}
</style>