Shades of Turtle Green #364B08
Tints of Turtle Green #364B08
RGB
CMYK
RGB Variations
Color information
#364B08 (or 0x364B08) is known color: Turtle Green. HEX triplet: 36, 4B and 08. RGB value is (54,75,8). Sum of RGB (Red+Green+Blue) = 54+75+8=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 75 (29.69% from 255 or 54.74% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 75 - color contains mainly: green. Hex color #364B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364B08 is #C9B4F7. Grayscale: #3D3D3D. Windows color (decimal): -13219064 or 543542. OLE color: 543542.
HSL color Cylindrical-coordinate representation of color #364B08: hue angle of 78.81º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #364B08 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 75 | 8 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.71 |
| HSL | 78.81º | 0.81% | 0.16% | - |
| HSV(B) | 78.81º | 0.89% | 0.29% | - |
| XYZ | 4.08 | 5.83 | 1.14 | - |
| YUV | 61.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 8 | 0.28 | 0 | 0.89 | 0.71 | 78.81 | 0.81 | 0.16 |
| Hex | 36 | 4B | 8 | 1C | 0 | 59 | 47 | 4F | 51 | 10 |
| Octal | 66 | 113 | 10 | 34 | 0 | 131 | 107 | 117 | 121 | 20 |
| Binary | 110110 | 1001011 | 1000 | 11100 | 0 | 1011001 | 1000111 | 1001111 | 1010001 | 10000 |
Color Harmonies of #364B08
Complementary color
Monochromatic Colors of #364B08
Black with #364B08
Text Example
Text Example
White with #364B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364B08; }
p { color: rgb(54,75,8); }
H1.HeaderClassName
{
color: #364B08;
}
.AnyTagClassName
{
color: #364B08;
}
</style>
background-color css
<style>
a { background-color: #364B08; }
a { background-color: rgb(54,75,8); }
div.DivClassName
{
background-color: #364B08;
}
.BgClassName
{
background-color: #364B08;
}
</style>
border-color css
<style>
span { border-color: #364B08; }
span { border-color: rgb(54,75,8); }
td.TdClassName
{
border-color: #364B08;
}
.TagClassName
{
border-color: #364B08;
}
</style>