Shades of Turtle Green #364C01
Tints of Turtle Green #364C01
RGB
CMYK
RGB Variations
Color information
#364C01 (or 0x364C01) is known color: Turtle Green. HEX triplet: 36, 4C and 01. RGB value is (54,76,1). Sum of RGB (Red+Green+Blue) = 54+76+1=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 76 (30.08% from 255 or 58.02% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 76 - color contains mainly: green. Hex color #364C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364C01 is #C9B3FE. Grayscale: #3D3D3D. Windows color (decimal): -13218815 or 85046. OLE color: 85046.
HSL color Cylindrical-coordinate representation of color #364C01: hue angle of 77.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #364C01 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 76 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.70 |
| HSL | 77.6º | 0.97% | 0.15% | - |
| HSV(B) | 77.6º | 0.99% | 0.3% | - |
| XYZ | 4.11 | 5.96 | 0.96 | - |
| YUV | 60.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 1 | 0.29 | 0 | 0.99 | 0.70 | 77.6 | 0.97 | 0.15 |
| Hex | 36 | 4C | 1 | 1D | 0 | 63 | 46 | 4E | 61 | F |
| Octal | 66 | 114 | 1 | 35 | 0 | 143 | 106 | 116 | 141 | 17 |
| Binary | 110110 | 1001100 | 1 | 11101 | 0 | 1100011 | 1000110 | 1001110 | 1100001 | 1111 |
Color Harmonies of #364C01
Complementary color
Monochromatic Colors of #364C01
Black with #364C01
Text Example
Text Example
White with #364C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364C01; }
p { color: rgb(54,76,1); }
H1.HeaderClassName
{
color: #364C01;
}
.AnyTagClassName
{
color: #364C01;
}
</style>
background-color css
<style>
a { background-color: #364C01; }
a { background-color: rgb(54,76,1); }
div.DivClassName
{
background-color: #364C01;
}
.BgClassName
{
background-color: #364C01;
}
</style>
border-color css
<style>
span { border-color: #364C01; }
span { border-color: rgb(54,76,1); }
td.TdClassName
{
border-color: #364C01;
}
.TagClassName
{
border-color: #364C01;
}
</style>