Shades of Turtle Green #364D02
Tints of Turtle Green #364D02
RGB
CMYK
RGB Variations
Color information
#364D02 (or 0x364D02) is known color: Turtle Green. HEX triplet: 36, 4D and 02. RGB value is (54,77,2). Sum of RGB (Red+Green+Blue) = 54+77+2=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 77 (30.47% from 255 or 57.89% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 77 - color contains mainly: green. Hex color #364D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364D02 is #C9B2FD. Grayscale: #3D3D3D. Windows color (decimal): -13218558 or 150838. OLE color: 150838.
HSL color Cylindrical-coordinate representation of color #364D02: hue angle of 78.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #364D02 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 77 | 2 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.70 |
| HSL | 78.4º | 0.95% | 0.15% | - |
| HSV(B) | 78.4º | 0.97% | 0.3% | - |
| XYZ | 4.19 | 6.1 | 1.01 | - |
| YUV | 61.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 2 | 0.30 | 0 | 0.97 | 0.70 | 78.4 | 0.95 | 0.15 |
| Hex | 36 | 4D | 2 | 1E | 0 | 61 | 46 | 4E | 5F | F |
| Octal | 66 | 115 | 2 | 36 | 0 | 141 | 106 | 116 | 137 | 17 |
| Binary | 110110 | 1001101 | 10 | 11110 | 0 | 1100001 | 1000110 | 1001110 | 1011111 | 1111 |
Color Harmonies of #364D02
Complementary color
Monochromatic Colors of #364D02
Black with #364D02
Text Example
Text Example
White with #364D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D02; }
p { color: rgb(54,77,2); }
H1.HeaderClassName
{
color: #364D02;
}
.AnyTagClassName
{
color: #364D02;
}
</style>
background-color css
<style>
a { background-color: #364D02; }
a { background-color: rgb(54,77,2); }
div.DivClassName
{
background-color: #364D02;
}
.BgClassName
{
background-color: #364D02;
}
</style>
border-color css
<style>
span { border-color: #364D02; }
span { border-color: rgb(54,77,2); }
td.TdClassName
{
border-color: #364D02;
}
.TagClassName
{
border-color: #364D02;
}
</style>