Shades of Turtle Green #363C1B
Tints of Turtle Green #363C1B
RGB
CMYK
RGB Variations
Color information
#363C1B (or 0x363C1B) is known color: Turtle Green. HEX triplet: 36, 3C and 1B. RGB value is (54,60,27). Sum of RGB (Red+Green+Blue) = 54+60+27=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 60 - color contains mainly: green. Hex color #363C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C1B is #C9C3E4. Grayscale: #363636. Windows color (decimal): -13222885 or 1784886. OLE color: 1784886.
HSL color Cylindrical-coordinate representation of color #363C1B: hue angle of 70.91º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #363C1B is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 60 | 27 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.76 |
| HSL | 70.91º | 0.38% | 0.17% | - |
| HSV(B) | 70.91º | 0.55% | 0.24% | - |
| XYZ | 3.34 | 4.1 | 1.65 | - |
| YUV | 54.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 27 | 0.10 | 0 | 0.55 | 0.76 | 70.91 | 0.38 | 0.17 |
| Hex | 36 | 3C | 1B | A | 0 | 37 | 4C | 47 | 26 | 11 |
| Octal | 66 | 74 | 33 | 12 | 0 | 67 | 114 | 107 | 46 | 21 |
| Binary | 110110 | 111100 | 11011 | 1010 | 0 | 110111 | 1001100 | 1000111 | 100110 | 10001 |
Color Harmonies of #363C1B
Complementary color
Monochromatic Colors of #363C1B
Black with #363C1B
Text Example
Text Example
White with #363C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C1B; }
p { color: rgb(54,60,27); }
H1.HeaderClassName
{
color: #363C1B;
}
.AnyTagClassName
{
color: #363C1B;
}
</style>
background-color css
<style>
a { background-color: #363C1B; }
a { background-color: rgb(54,60,27); }
div.DivClassName
{
background-color: #363C1B;
}
.BgClassName
{
background-color: #363C1B;
}
</style>
border-color css
<style>
span { border-color: #363C1B; }
span { border-color: rgb(54,60,27); }
td.TdClassName
{
border-color: #363C1B;
}
.TagClassName
{
border-color: #363C1B;
}
</style>