Shades of Turtle Green #364807
Tints of Turtle Green #364807
RGB
CMYK
RGB Variations
Color information
#364807 (or 0x364807) is known color: Turtle Green. HEX triplet: 36, 48 and 07. RGB value is (54,72,7). Sum of RGB (Red+Green+Blue) = 54+72+7=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #364807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364807 is #C9B7F8. Grayscale: #3B3B3B. Windows color (decimal): -13219833 or 477238. OLE color: 477238.
HSL color Cylindrical-coordinate representation of color #364807: hue angle of 76.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #364807 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 72 | 7 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.72 |
| HSL | 76.62º | 0.82% | 0.15% | - |
| HSV(B) | 76.62º | 0.9% | 0.28% | - |
| XYZ | 3.88 | 5.43 | 1.05 | - |
| YUV | 59.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 72 | 7 | 0.25 | 0 | 0.90 | 0.72 | 76.62 | 0.82 | 0.15 |
| Hex | 36 | 48 | 7 | 19 | 0 | 5A | 48 | 4D | 52 | F |
| Octal | 66 | 110 | 7 | 31 | 0 | 132 | 110 | 115 | 122 | 17 |
| Binary | 110110 | 1001000 | 111 | 11001 | 0 | 1011010 | 1001000 | 1001101 | 1010010 | 1111 |
Color Harmonies of #364807
Complementary color
Monochromatic Colors of #364807
Black with #364807
Text Example
Text Example
White with #364807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364807; }
p { color: rgb(54,72,7); }
H1.HeaderClassName
{
color: #364807;
}
.AnyTagClassName
{
color: #364807;
}
</style>
background-color css
<style>
a { background-color: #364807; }
a { background-color: rgb(54,72,7); }
div.DivClassName
{
background-color: #364807;
}
.BgClassName
{
background-color: #364807;
}
</style>
border-color css
<style>
span { border-color: #364807; }
span { border-color: rgb(54,72,7); }
td.TdClassName
{
border-color: #364807;
}
.TagClassName
{
border-color: #364807;
}
</style>