Shades of Turtle Green #364003
Tints of Turtle Green #364003
RGB
CMYK
RGB Variations
Color information
#364003 (or 0x364003) is known color: Turtle Green. HEX triplet: 36, 40 and 03. RGB value is (54,64,3). Sum of RGB (Red+Green+Blue) = 54+64+3=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #364003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364003 is #C9BFFC. Grayscale: #363636. Windows color (decimal): -13221885 or 213046. OLE color: 213046.
HSL color Cylindrical-coordinate representation of color #364003: hue angle of 69.84º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #364003 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 64 | 3 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.75 |
| HSL | 69.84º | 0.91% | 0.13% | - |
| HSV(B) | 69.84º | 0.95% | 0.25% | - |
| XYZ | 3.37 | 4.46 | 0.77 | - |
| YUV | 54.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 3 | 0.16 | 0 | 0.95 | 0.75 | 69.84 | 0.91 | 0.13 |
| Hex | 36 | 40 | 3 | 10 | 0 | 5F | 4B | 46 | 5B | D |
| Octal | 66 | 100 | 3 | 20 | 0 | 137 | 113 | 106 | 133 | 15 |
| Binary | 110110 | 1000000 | 11 | 10000 | 0 | 1011111 | 1001011 | 1000110 | 1011011 | 1101 |
Color Harmonies of #364003
Complementary color
Monochromatic Colors of #364003
Black with #364003
Text Example
Text Example
White with #364003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364003; }
p { color: rgb(54,64,3); }
H1.HeaderClassName
{
color: #364003;
}
.AnyTagClassName
{
color: #364003;
}
</style>
background-color css
<style>
a { background-color: #364003; }
a { background-color: rgb(54,64,3); }
div.DivClassName
{
background-color: #364003;
}
.BgClassName
{
background-color: #364003;
}
</style>
border-color css
<style>
span { border-color: #364003; }
span { border-color: rgb(54,64,3); }
td.TdClassName
{
border-color: #364003;
}
.TagClassName
{
border-color: #364003;
}
</style>