Shades of Turtle Green #364102
Tints of Turtle Green #364102
RGB
CMYK
RGB Variations
Color information
#364102 (or 0x364102) is known color: Turtle Green. HEX triplet: 36, 41 and 02. RGB value is (54,65,2). Sum of RGB (Red+Green+Blue) = 54+65+2=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #364102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364102 is #C9BEFD. Grayscale: #363636. Windows color (decimal): -13221630 or 147766. OLE color: 147766.
HSL color Cylindrical-coordinate representation of color #364102: hue angle of 70.48º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #364102 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 65 | 2 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.75 |
| HSL | 70.48º | 0.94% | 0.13% | - |
| HSV(B) | 70.48º | 0.97% | 0.25% | - |
| XYZ | 3.42 | 4.57 | 0.76 | - |
| YUV | 54.53 | 98.36 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 2 | 0.17 | 0 | 0.97 | 0.75 | 70.48 | 0.94 | 0.13 |
| Hex | 36 | 41 | 2 | 11 | 0 | 61 | 4B | 46 | 5E | D |
| Octal | 66 | 101 | 2 | 21 | 0 | 141 | 113 | 106 | 136 | 15 |
| Binary | 110110 | 1000001 | 10 | 10001 | 0 | 1100001 | 1001011 | 1000110 | 1011110 | 1101 |
Color Harmonies of #364102
Complementary color
Monochromatic Colors of #364102
Black with #364102
Text Example
Text Example
White with #364102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364102; }
p { color: rgb(54,65,2); }
H1.HeaderClassName
{
color: #364102;
}
.AnyTagClassName
{
color: #364102;
}
</style>
background-color css
<style>
a { background-color: #364102; }
a { background-color: rgb(54,65,2); }
div.DivClassName
{
background-color: #364102;
}
.BgClassName
{
background-color: #364102;
}
</style>
border-color css
<style>
span { border-color: #364102; }
span { border-color: rgb(54,65,2); }
td.TdClassName
{
border-color: #364102;
}
.TagClassName
{
border-color: #364102;
}
</style>