Shades of Turtle Green #364703
Tints of Turtle Green #364703
RGB
CMYK
RGB Variations
Color information
#364703 (or 0x364703) is known color: Turtle Green. HEX triplet: 36, 47 and 03. RGB value is (54,71,3). Sum of RGB (Red+Green+Blue) = 54+71+3=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #364703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364703 is #C9B8FC. Grayscale: #3A3A3A. Windows color (decimal): -13220093 or 214838. OLE color: 214838.
HSL color Cylindrical-coordinate representation of color #364703: hue angle of 75º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #364703 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 71 | 3 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.72 |
| HSL | 75º | 0.92% | 0.15% | - |
| HSV(B) | 75º | 0.96% | 0.28% | - |
| XYZ | 3.79 | 5.3 | 0.91 | - |
| YUV | 58.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 71 | 3 | 0.24 | 0 | 0.96 | 0.72 | 75 | 0.92 | 0.15 |
| Hex | 36 | 47 | 3 | 18 | 0 | 60 | 48 | 4B | 5C | F |
| Octal | 66 | 107 | 3 | 30 | 0 | 140 | 110 | 113 | 134 | 17 |
| Binary | 110110 | 1000111 | 11 | 11000 | 0 | 1100000 | 1001000 | 1001011 | 1011100 | 1111 |
Color Harmonies of #364703
Complementary color
Monochromatic Colors of #364703
Black with #364703
Text Example
Text Example
White with #364703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364703; }
p { color: rgb(54,71,3); }
H1.HeaderClassName
{
color: #364703;
}
.AnyTagClassName
{
color: #364703;
}
</style>
background-color css
<style>
a { background-color: #364703; }
a { background-color: rgb(54,71,3); }
div.DivClassName
{
background-color: #364703;
}
.BgClassName
{
background-color: #364703;
}
</style>
border-color css
<style>
span { border-color: #364703; }
span { border-color: rgb(54,71,3); }
td.TdClassName
{
border-color: #364703;
}
.TagClassName
{
border-color: #364703;
}
</style>