Shades of Turtle Green #364C02
Tints of Turtle Green #364C02
RGB
CMYK
RGB Variations
Color information
#364C02 (or 0x364C02) is known color: Turtle Green. HEX triplet: 36, 4C and 02. RGB value is (54,76,2). Sum of RGB (Red+Green+Blue) = 54+76+2=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 76 (30.08% from 255 or 57.58% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 76 - color contains mainly: green. Hex color #364C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364C02 is #C9B3FD. Grayscale: #3D3D3D. Windows color (decimal): -13218814 or 150582. OLE color: 150582.
HSL color Cylindrical-coordinate representation of color #364C02: hue angle of 77.84º 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 #364C02 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 76 | 2 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.70 |
| HSL | 77.84º | 0.95% | 0.15% | - |
| HSV(B) | 77.84º | 0.97% | 0.3% | - |
| XYZ | 4.12 | 5.96 | 0.99 | - |
| YUV | 60.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 2 | 0.29 | 0 | 0.97 | 0.70 | 77.84 | 0.95 | 0.15 |
| Hex | 36 | 4C | 2 | 1D | 0 | 61 | 46 | 4E | 5F | F |
| Octal | 66 | 114 | 2 | 35 | 0 | 141 | 106 | 116 | 137 | 17 |
| Binary | 110110 | 1001100 | 10 | 11101 | 0 | 1100001 | 1000110 | 1001110 | 1011111 | 1111 |
Color Harmonies of #364C02
Complementary color
Monochromatic Colors of #364C02
Black with #364C02
Text Example
Text Example
White with #364C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364C02; }
p { color: rgb(54,76,2); }
H1.HeaderClassName
{
color: #364C02;
}
.AnyTagClassName
{
color: #364C02;
}
</style>
background-color css
<style>
a { background-color: #364C02; }
a { background-color: rgb(54,76,2); }
div.DivClassName
{
background-color: #364C02;
}
.BgClassName
{
background-color: #364C02;
}
</style>
border-color css
<style>
span { border-color: #364C02; }
span { border-color: rgb(54,76,2); }
td.TdClassName
{
border-color: #364C02;
}
.TagClassName
{
border-color: #364C02;
}
</style>