Shades of Turtle Green #363E1F
Tints of Turtle Green #363E1F
RGB
CMYK
RGB Variations
Color information
#363E1F (or 0x363E1F) is known color: Turtle Green. HEX triplet: 36, 3E and 1F. RGB value is (54,62,31). Sum of RGB (Red+Green+Blue) = 54+62+31=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 62 - color contains mainly: green. Hex color #363E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363E1F is #C9C1E0. Grayscale: #383838. Windows color (decimal): -13222369 or 2047542. OLE color: 2047542.
HSL color Cylindrical-coordinate representation of color #363E1F: hue angle of 75.48º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363E1F is Cyan = 0.13, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 62 | 31 | - |
| CMYK | 0.13 | 0 | 0.5 | 0.76 |
| HSL | 75.48º | 0.33% | 0.18% | - |
| HSV(B) | 75.48º | 0.5% | 0.24% | - |
| XYZ | 3.49 | 4.33 | 1.95 | - |
| YUV | 56.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 31 | 0.13 | 0 | 0.5 | 0.76 | 75.48 | 0.33 | 0.18 |
| Hex | 36 | 3E | 1F | D | 0 | 32 | 4C | 4B | 21 | 12 |
| Octal | 66 | 76 | 37 | 15 | 0 | 62 | 114 | 113 | 41 | 22 |
| Binary | 110110 | 111110 | 11111 | 1101 | 0 | 110010 | 1001100 | 1001011 | 100001 | 10010 |
Color Harmonies of #363E1F
Complementary color
Monochromatic Colors of #363E1F
Black with #363E1F
Text Example
Text Example
White with #363E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E1F; }
p { color: rgb(54,62,31); }
H1.HeaderClassName
{
color: #363E1F;
}
.AnyTagClassName
{
color: #363E1F;
}
</style>
background-color css
<style>
a { background-color: #363E1F; }
a { background-color: rgb(54,62,31); }
div.DivClassName
{
background-color: #363E1F;
}
.BgClassName
{
background-color: #363E1F;
}
</style>
border-color css
<style>
span { border-color: #363E1F; }
span { border-color: rgb(54,62,31); }
td.TdClassName
{
border-color: #363E1F;
}
.TagClassName
{
border-color: #363E1F;
}
</style>