Shades of Turtle Green #364B13
Tints of Turtle Green #364B13
RGB
CMYK
RGB Variations
Color information
#364B13 (or 0x364B13) is known color: Turtle Green. HEX triplet: 36, 4B and 13. RGB value is (54,75,19). Sum of RGB (Red+Green+Blue) = 54+75+19=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #364B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364B13 is #C9B4EC. Grayscale: #3E3E3E. Windows color (decimal): -13219053 or 1264438. OLE color: 1264438.
HSL color Cylindrical-coordinate representation of color #364B13: hue angle of 82.5º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #364B13 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 75 | 19 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.71 |
| HSL | 82.5º | 0.6% | 0.18% | - |
| HSV(B) | 82.5º | 0.75% | 0.29% | - |
| XYZ | 4.15 | 5.86 | 1.53 | - |
| YUV | 62.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 19 | 0.28 | 0 | 0.75 | 0.71 | 82.5 | 0.6 | 0.18 |
| Hex | 36 | 4B | 13 | 1C | 0 | 4B | 47 | 52 | 3C | 12 |
| Octal | 66 | 113 | 23 | 34 | 0 | 113 | 107 | 122 | 74 | 22 |
| Binary | 110110 | 1001011 | 10011 | 11100 | 0 | 1001011 | 1000111 | 1010010 | 111100 | 10010 |
Color Harmonies of #364B13
Complementary color
Monochromatic Colors of #364B13
Black with #364B13
Text Example
Text Example
White with #364B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364B13; }
p { color: rgb(54,75,19); }
H1.HeaderClassName
{
color: #364B13;
}
.AnyTagClassName
{
color: #364B13;
}
</style>
background-color css
<style>
a { background-color: #364B13; }
a { background-color: rgb(54,75,19); }
div.DivClassName
{
background-color: #364B13;
}
.BgClassName
{
background-color: #364B13;
}
</style>
border-color css
<style>
span { border-color: #364B13; }
span { border-color: rgb(54,75,19); }
td.TdClassName
{
border-color: #364B13;
}
.TagClassName
{
border-color: #364B13;
}
</style>