Shades of Turtle Green #363C19
Tints of Turtle Green #363C19
RGB
CMYK
RGB Variations
Color information
#363C19 (or 0x363C19) is known color: Turtle Green. HEX triplet: 36, 3C and 19. RGB value is (54,60,25). Sum of RGB (Red+Green+Blue) = 54+60+25=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 60 - color contains mainly: green. Hex color #363C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363C19 is #C9C3E6. Grayscale: #363636. Windows color (decimal): -13222887 or 1653814. OLE color: 1653814.
HSL color Cylindrical-coordinate representation of color #363C19: hue angle of 70.29º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #363C19 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 60 | 25 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.76 |
| HSL | 70.29º | 0.41% | 0.17% | - |
| HSV(B) | 70.29º | 0.58% | 0.24% | - |
| XYZ | 3.31 | 4.09 | 1.53 | - |
| YUV | 54.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 25 | 0.10 | 0 | 0.58 | 0.76 | 70.29 | 0.41 | 0.17 |
| Hex | 36 | 3C | 19 | A | 0 | 3A | 4C | 46 | 29 | 11 |
| Octal | 66 | 74 | 31 | 12 | 0 | 72 | 114 | 106 | 51 | 21 |
| Binary | 110110 | 111100 | 11001 | 1010 | 0 | 111010 | 1001100 | 1000110 | 101001 | 10001 |
Color Harmonies of #363C19
Complementary color
Monochromatic Colors of #363C19
Black with #363C19
Text Example
Text Example
White with #363C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C19; }
p { color: rgb(54,60,25); }
H1.HeaderClassName
{
color: #363C19;
}
.AnyTagClassName
{
color: #363C19;
}
</style>
background-color css
<style>
a { background-color: #363C19; }
a { background-color: rgb(54,60,25); }
div.DivClassName
{
background-color: #363C19;
}
.BgClassName
{
background-color: #363C19;
}
</style>
border-color css
<style>
span { border-color: #363C19; }
span { border-color: rgb(54,60,25); }
td.TdClassName
{
border-color: #363C19;
}
.TagClassName
{
border-color: #363C19;
}
</style>