Shades of Turtle Green #364101
Tints of Turtle Green #364101
RGB
CMYK
RGB Variations
Color information
#364101 (or 0x364101) is known color: Turtle Green. HEX triplet: 36, 41 and 01. RGB value is (54,65,1). Sum of RGB (Red+Green+Blue) = 54+65+1=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #364101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364101 is #C9BEFE. Grayscale: #363636. Windows color (decimal): -13221631 or 82230. OLE color: 82230.
HSL color Cylindrical-coordinate representation of color #364101: hue angle of 70.31º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #364101 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 65 | 1 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.75 |
| HSL | 70.31º | 0.97% | 0.13% | - |
| HSV(B) | 70.31º | 0.98% | 0.25% | - |
| XYZ | 3.42 | 4.57 | 0.73 | - |
| YUV | 54.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 1 | 0.17 | 0 | 0.98 | 0.75 | 70.31 | 0.97 | 0.13 |
| Hex | 36 | 41 | 1 | 11 | 0 | 62 | 4B | 46 | 61 | D |
| Octal | 66 | 101 | 1 | 21 | 0 | 142 | 113 | 106 | 141 | 15 |
| Binary | 110110 | 1000001 | 1 | 10001 | 0 | 1100010 | 1001011 | 1000110 | 1100001 | 1101 |
Color Harmonies of #364101
Complementary color
Monochromatic Colors of #364101
Black with #364101
Text Example
Text Example
White with #364101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364101; }
p { color: rgb(54,65,1); }
H1.HeaderClassName
{
color: #364101;
}
.AnyTagClassName
{
color: #364101;
}
</style>
background-color css
<style>
a { background-color: #364101; }
a { background-color: rgb(54,65,1); }
div.DivClassName
{
background-color: #364101;
}
.BgClassName
{
background-color: #364101;
}
</style>
border-color css
<style>
span { border-color: #364101; }
span { border-color: rgb(54,65,1); }
td.TdClassName
{
border-color: #364101;
}
.TagClassName
{
border-color: #364101;
}
</style>