Shades of Turtle Green #364507
Tints of Turtle Green #364507
RGB
CMYK
RGB Variations
Color information
#364507 (or 0x364507) is known color: Turtle Green. HEX triplet: 36, 45 and 07. RGB value is (54,69,7). Sum of RGB (Red+Green+Blue) = 54+69+7=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #364507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364507 is #C9BAF8. Grayscale: #393939. Windows color (decimal): -13220601 or 476470. OLE color: 476470.
HSL color Cylindrical-coordinate representation of color #364507: hue angle of 74.52º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #364507 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 69 | 7 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.73 |
| HSL | 74.52º | 0.82% | 0.15% | - |
| HSV(B) | 74.52º | 0.9% | 0.27% | - |
| XYZ | 3.69 | 5.06 | 0.98 | - |
| YUV | 57.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 7 | 0.22 | 0 | 0.90 | 0.73 | 74.52 | 0.82 | 0.15 |
| Hex | 36 | 45 | 7 | 16 | 0 | 5A | 49 | 4B | 52 | F |
| Octal | 66 | 105 | 7 | 26 | 0 | 132 | 111 | 113 | 122 | 17 |
| Binary | 110110 | 1000101 | 111 | 10110 | 0 | 1011010 | 1001001 | 1001011 | 1010010 | 1111 |
Color Harmonies of #364507
Complementary color
Monochromatic Colors of #364507
Black with #364507
Text Example
Text Example
White with #364507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364507; }
p { color: rgb(54,69,7); }
H1.HeaderClassName
{
color: #364507;
}
.AnyTagClassName
{
color: #364507;
}
</style>
background-color css
<style>
a { background-color: #364507; }
a { background-color: rgb(54,69,7); }
div.DivClassName
{
background-color: #364507;
}
.BgClassName
{
background-color: #364507;
}
</style>
border-color css
<style>
span { border-color: #364507; }
span { border-color: rgb(54,69,7); }
td.TdClassName
{
border-color: #364507;
}
.TagClassName
{
border-color: #364507;
}
</style>