Shades of Turtle Green #364306
Tints of Turtle Green #364306
RGB
CMYK
RGB Variations
Color information
#364306 (or 0x364306) is known color: Turtle Green. HEX triplet: 36, 43 and 06. RGB value is (54,67,6). Sum of RGB (Red+Green+Blue) = 54+67+6=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #364306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364306 is #C9BCF9. Grayscale: #383838. Windows color (decimal): -13221114 or 410422. OLE color: 410422.
HSL color Cylindrical-coordinate representation of color #364306: hue angle of 72.79º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #364306 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 67 | 6 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.74 |
| HSL | 72.79º | 0.84% | 0.14% | - |
| HSV(B) | 72.79º | 0.91% | 0.26% | - |
| XYZ | 3.56 | 4.81 | 0.91 | - |
| YUV | 56.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 67 | 6 | 0.19 | 0 | 0.91 | 0.74 | 72.79 | 0.84 | 0.14 |
| Hex | 36 | 43 | 6 | 13 | 0 | 5B | 4A | 49 | 54 | E |
| Octal | 66 | 103 | 6 | 23 | 0 | 133 | 112 | 111 | 124 | 16 |
| Binary | 110110 | 1000011 | 110 | 10011 | 0 | 1011011 | 1001010 | 1001001 | 1010100 | 1110 |
Color Harmonies of #364306
Complementary color
Monochromatic Colors of #364306
Black with #364306
Text Example
Text Example
White with #364306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364306; }
p { color: rgb(54,67,6); }
H1.HeaderClassName
{
color: #364306;
}
.AnyTagClassName
{
color: #364306;
}
</style>
background-color css
<style>
a { background-color: #364306; }
a { background-color: rgb(54,67,6); }
div.DivClassName
{
background-color: #364306;
}
.BgClassName
{
background-color: #364306;
}
</style>
border-color css
<style>
span { border-color: #364306; }
span { border-color: rgb(54,67,6); }
td.TdClassName
{
border-color: #364306;
}
.TagClassName
{
border-color: #364306;
}
</style>