Shades of Turtle Green #364D03
Tints of Turtle Green #364D03
RGB
CMYK
RGB Variations
Color information
#364D03 (or 0x364D03) is known color: Turtle Green. HEX triplet: 36, 4D and 03. RGB value is (54,77,3). Sum of RGB (Red+Green+Blue) = 54+77+3=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 77 (30.47% from 255 or 57.46% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 77 - color contains mainly: green. Hex color #364D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364D03 is #C9B2FC. Grayscale: #3D3D3D. Windows color (decimal): -13218557 or 216374. OLE color: 216374.
HSL color Cylindrical-coordinate representation of color #364D03: hue angle of 78.65º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #364D03 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 77 | 3 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.70 |
| HSL | 78.65º | 0.93% | 0.16% | - |
| HSV(B) | 78.65º | 0.96% | 0.3% | - |
| XYZ | 4.19 | 6.1 | 1.04 | - |
| YUV | 61.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 3 | 0.30 | 0 | 0.96 | 0.70 | 78.65 | 0.93 | 0.16 |
| Hex | 36 | 4D | 3 | 1E | 0 | 60 | 46 | 4F | 5C | 10 |
| Octal | 66 | 115 | 3 | 36 | 0 | 140 | 106 | 117 | 134 | 20 |
| Binary | 110110 | 1001101 | 11 | 11110 | 0 | 1100000 | 1000110 | 1001111 | 1011100 | 10000 |
Color Harmonies of #364D03
Complementary color
Monochromatic Colors of #364D03
Black with #364D03
Text Example
Text Example
White with #364D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D03; }
p { color: rgb(54,77,3); }
H1.HeaderClassName
{
color: #364D03;
}
.AnyTagClassName
{
color: #364D03;
}
</style>
background-color css
<style>
a { background-color: #364D03; }
a { background-color: rgb(54,77,3); }
div.DivClassName
{
background-color: #364D03;
}
.BgClassName
{
background-color: #364D03;
}
</style>
border-color css
<style>
span { border-color: #364D03; }
span { border-color: rgb(54,77,3); }
td.TdClassName
{
border-color: #364D03;
}
.TagClassName
{
border-color: #364D03;
}
</style>