Shades of Turtle Green #364C03
Tints of Turtle Green #364C03
RGB
CMYK
RGB Variations
Color information
#364C03 (or 0x364C03) is known color: Turtle Green. HEX triplet: 36, 4C and 03. RGB value is (54,76,3). Sum of RGB (Red+Green+Blue) = 54+76+3=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #364C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364C03 is #C9B3FC. Grayscale: #3D3D3D. Windows color (decimal): -13218813 or 216118. OLE color: 216118.
HSL color Cylindrical-coordinate representation of color #364C03: hue angle of 78.08º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #364C03 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 76 | 3 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.70 |
| HSL | 78.08º | 0.92% | 0.15% | - |
| HSV(B) | 78.08º | 0.96% | 0.3% | - |
| XYZ | 4.12 | 5.96 | 1.02 | - |
| YUV | 61.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 3 | 0.29 | 0 | 0.96 | 0.70 | 78.08 | 0.92 | 0.15 |
| Hex | 36 | 4C | 3 | 1D | 0 | 60 | 46 | 4E | 5C | F |
| Octal | 66 | 114 | 3 | 35 | 0 | 140 | 106 | 116 | 134 | 17 |
| Binary | 110110 | 1001100 | 11 | 11101 | 0 | 1100000 | 1000110 | 1001110 | 1011100 | 1111 |
Color Harmonies of #364C03
Complementary color
Monochromatic Colors of #364C03
Black with #364C03
Text Example
Text Example
White with #364C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364C03; }
p { color: rgb(54,76,3); }
H1.HeaderClassName
{
color: #364C03;
}
.AnyTagClassName
{
color: #364C03;
}
</style>
background-color css
<style>
a { background-color: #364C03; }
a { background-color: rgb(54,76,3); }
div.DivClassName
{
background-color: #364C03;
}
.BgClassName
{
background-color: #364C03;
}
</style>
border-color css
<style>
span { border-color: #364C03; }
span { border-color: rgb(54,76,3); }
td.TdClassName
{
border-color: #364C03;
}
.TagClassName
{
border-color: #364C03;
}
</style>