Shades of Turtle Green #364114
Tints of Turtle Green #364114
RGB
CMYK
RGB Variations
Color information
#364114 (or 0x364114) is known color: Turtle Green. HEX triplet: 36, 41 and 14. RGB value is (54,65,20). Sum of RGB (Red+Green+Blue) = 54+65+20=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #364114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364114 is #C9BEEB. Grayscale: #383838. Windows color (decimal): -13221612 or 1327414. OLE color: 1327414.
HSL color Cylindrical-coordinate representation of color #364114: hue angle of 74.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #364114 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 65 | 20 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.75 |
| HSL | 74.67º | 0.53% | 0.17% | - |
| HSV(B) | 74.67º | 0.69% | 0.25% | - |
| XYZ | 3.54 | 4.62 | 1.37 | - |
| YUV | 56.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 20 | 0.17 | 0 | 0.69 | 0.75 | 74.67 | 0.53 | 0.17 |
| Hex | 36 | 41 | 14 | 11 | 0 | 45 | 4B | 4B | 35 | 11 |
| Octal | 66 | 101 | 24 | 21 | 0 | 105 | 113 | 113 | 65 | 21 |
| Binary | 110110 | 1000001 | 10100 | 10001 | 0 | 1000101 | 1001011 | 1001011 | 110101 | 10001 |
Color Harmonies of #364114
Complementary color
Monochromatic Colors of #364114
Black with #364114
Text Example
Text Example
White with #364114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364114; }
p { color: rgb(54,65,20); }
H1.HeaderClassName
{
color: #364114;
}
.AnyTagClassName
{
color: #364114;
}
</style>
background-color css
<style>
a { background-color: #364114; }
a { background-color: rgb(54,65,20); }
div.DivClassName
{
background-color: #364114;
}
.BgClassName
{
background-color: #364114;
}
</style>
border-color css
<style>
span { border-color: #364114; }
span { border-color: rgb(54,65,20); }
td.TdClassName
{
border-color: #364114;
}
.TagClassName
{
border-color: #364114;
}
</style>