Shades of Turtle Green #364301
Tints of Turtle Green #364301
RGB
CMYK
RGB Variations
Color information
#364301 (or 0x364301) is known color: Turtle Green. HEX triplet: 36, 43 and 01. RGB value is (54,67,1). Sum of RGB (Red+Green+Blue) = 54+67+1=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #364301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364301 is #C9BCFE. Grayscale: #373737. Windows color (decimal): -13221119 or 82742. OLE color: 82742.
HSL color Cylindrical-coordinate representation of color #364301: hue angle of 71.82º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #364301 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 67 | 1 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.74 |
| HSL | 71.82º | 0.97% | 0.13% | - |
| HSV(B) | 71.82º | 0.99% | 0.26% | - |
| XYZ | 3.53 | 4.8 | 0.77 | - |
| YUV | 55.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 67 | 1 | 0.19 | 0 | 0.99 | 0.74 | 71.82 | 0.97 | 0.13 |
| Hex | 36 | 43 | 1 | 13 | 0 | 63 | 4A | 48 | 61 | D |
| Octal | 66 | 103 | 1 | 23 | 0 | 143 | 112 | 110 | 141 | 15 |
| Binary | 110110 | 1000011 | 1 | 10011 | 0 | 1100011 | 1001010 | 1001000 | 1100001 | 1101 |
Color Harmonies of #364301
Complementary color
Monochromatic Colors of #364301
Black with #364301
Text Example
Text Example
White with #364301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364301; }
p { color: rgb(54,67,1); }
H1.HeaderClassName
{
color: #364301;
}
.AnyTagClassName
{
color: #364301;
}
</style>
background-color css
<style>
a { background-color: #364301; }
a { background-color: rgb(54,67,1); }
div.DivClassName
{
background-color: #364301;
}
.BgClassName
{
background-color: #364301;
}
</style>
border-color css
<style>
span { border-color: #364301; }
span { border-color: rgb(54,67,1); }
td.TdClassName
{
border-color: #364301;
}
.TagClassName
{
border-color: #364301;
}
</style>