Shades of Turtle Green #364501
Tints of Turtle Green #364501
RGB
CMYK
RGB Variations
Color information
#364501 (or 0x364501) is known color: Turtle Green. HEX triplet: 36, 45 and 01. RGB value is (54,69,1). Sum of RGB (Red+Green+Blue) = 54+69+1=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #364501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364501 is #C9BAFE. Grayscale: #393939. Windows color (decimal): -13220607 or 83254. OLE color: 83254.
HSL color Cylindrical-coordinate representation of color #364501: hue angle of 73.24º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #364501 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 69 | 1 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.73 |
| HSL | 73.24º | 0.97% | 0.14% | - |
| HSV(B) | 73.24º | 0.99% | 0.27% | - |
| XYZ | 3.65 | 5.04 | 0.81 | - |
| YUV | 56.76 | 96.53 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 1 | 0.22 | 0 | 0.99 | 0.73 | 73.24 | 0.97 | 0.14 |
| Hex | 36 | 45 | 1 | 16 | 0 | 63 | 49 | 49 | 61 | E |
| Octal | 66 | 105 | 1 | 26 | 0 | 143 | 111 | 111 | 141 | 16 |
| Binary | 110110 | 1000101 | 1 | 10110 | 0 | 1100011 | 1001001 | 1001001 | 1100001 | 1110 |
Color Harmonies of #364501
Complementary color
Monochromatic Colors of #364501
Black with #364501
Text Example
Text Example
White with #364501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364501; }
p { color: rgb(54,69,1); }
H1.HeaderClassName
{
color: #364501;
}
.AnyTagClassName
{
color: #364501;
}
</style>
background-color css
<style>
a { background-color: #364501; }
a { background-color: rgb(54,69,1); }
div.DivClassName
{
background-color: #364501;
}
.BgClassName
{
background-color: #364501;
}
</style>
border-color css
<style>
span { border-color: #364501; }
span { border-color: rgb(54,69,1); }
td.TdClassName
{
border-color: #364501;
}
.TagClassName
{
border-color: #364501;
}
</style>