Shades of Turtle Green #363815
Tints of Turtle Green #363815
RGB
CMYK
RGB Variations
Color information
#363815 (or 0x363815) is known color: Turtle Green. HEX triplet: 36, 38 and 15. RGB value is (54,56,21). Sum of RGB (Red+Green+Blue) = 54+56+21=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #363815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363815 is #C9C7EA. Grayscale: #333333. Windows color (decimal): -13223915 or 1390646. OLE color: 1390646.
HSL color Cylindrical-coordinate representation of color #363815: hue angle of 63.43º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #363815 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 56 | 21 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.78 |
| HSL | 63.43º | 0.45% | 0.15% | - |
| HSV(B) | 63.43º | 0.63% | 0.22% | - |
| XYZ | 3.07 | 3.67 | 1.26 | - |
| YUV | 51.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 21 | 0.04 | 0 | 0.63 | 0.78 | 63.43 | 0.45 | 0.15 |
| Hex | 36 | 38 | 15 | 4 | 0 | 3F | 4E | 3F | 2D | F |
| Octal | 66 | 70 | 25 | 4 | 0 | 77 | 116 | 77 | 55 | 17 |
| Binary | 110110 | 111000 | 10101 | 100 | 0 | 111111 | 1001110 | 111111 | 101101 | 1111 |
Color Harmonies of #363815
Complementary color
Monochromatic Colors of #363815
Black with #363815
Text Example
Text Example
White with #363815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363815; }
p { color: rgb(54,56,21); }
H1.HeaderClassName
{
color: #363815;
}
.AnyTagClassName
{
color: #363815;
}
</style>
background-color css
<style>
a { background-color: #363815; }
a { background-color: rgb(54,56,21); }
div.DivClassName
{
background-color: #363815;
}
.BgClassName
{
background-color: #363815;
}
</style>
border-color css
<style>
span { border-color: #363815; }
span { border-color: rgb(54,56,21); }
td.TdClassName
{
border-color: #363815;
}
.TagClassName
{
border-color: #363815;
}
</style>