Shades of Turtle Green #364103
Tints of Turtle Green #364103
RGB
CMYK
RGB Variations
Color information
#364103 (or 0x364103) is known color: Turtle Green. HEX triplet: 36, 41 and 03. RGB value is (54,65,3). Sum of RGB (Red+Green+Blue) = 54+65+3=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #364103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364103 is #C9BEFC. Grayscale: #363636. Windows color (decimal): -13221629 or 213302. OLE color: 213302.
HSL color Cylindrical-coordinate representation of color #364103: hue angle of 70.65º 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 #364103 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 65 | 3 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.75 |
| HSL | 70.65º | 0.91% | 0.13% | - |
| HSV(B) | 70.65º | 0.95% | 0.25% | - |
| XYZ | 3.43 | 4.57 | 0.79 | - |
| YUV | 54.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 3 | 0.17 | 0 | 0.95 | 0.75 | 70.65 | 0.91 | 0.13 |
| Hex | 36 | 41 | 3 | 11 | 0 | 5F | 4B | 47 | 5B | D |
| Octal | 66 | 101 | 3 | 21 | 0 | 137 | 113 | 107 | 133 | 15 |
| Binary | 110110 | 1000001 | 11 | 10001 | 0 | 1011111 | 1001011 | 1000111 | 1011011 | 1101 |
Color Harmonies of #364103
Complementary color
Monochromatic Colors of #364103
Black with #364103
Text Example
Text Example
White with #364103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364103; }
p { color: rgb(54,65,3); }
H1.HeaderClassName
{
color: #364103;
}
.AnyTagClassName
{
color: #364103;
}
</style>
background-color css
<style>
a { background-color: #364103; }
a { background-color: rgb(54,65,3); }
div.DivClassName
{
background-color: #364103;
}
.BgClassName
{
background-color: #364103;
}
</style>
border-color css
<style>
span { border-color: #364103; }
span { border-color: rgb(54,65,3); }
td.TdClassName
{
border-color: #364103;
}
.TagClassName
{
border-color: #364103;
}
</style>