Shades of Turtle Green #363812
Tints of Turtle Green #363812
RGB
CMYK
RGB Variations
Color information
#363812 (or 0x363812) is known color: Turtle Green. HEX triplet: 36, 38 and 12. RGB value is (54,56,18). Sum of RGB (Red+Green+Blue) = 54+56+18=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #363812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363812 is #C9C7ED. Grayscale: #333333. Windows color (decimal): -13223918 or 1194038. OLE color: 1194038.
HSL color Cylindrical-coordinate representation of color #363812: hue angle of 63.16º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #363812 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 56 | 18 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.78 |
| HSL | 63.16º | 0.51% | 0.15% | - |
| HSV(B) | 63.16º | 0.68% | 0.22% | - |
| XYZ | 3.04 | 3.66 | 1.12 | - |
| YUV | 51.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 18 | 0.04 | 0 | 0.68 | 0.78 | 63.16 | 0.51 | 0.15 |
| Hex | 36 | 38 | 12 | 4 | 0 | 44 | 4E | 3F | 33 | F |
| Octal | 66 | 70 | 22 | 4 | 0 | 104 | 116 | 77 | 63 | 17 |
| Binary | 110110 | 111000 | 10010 | 100 | 0 | 1000100 | 1001110 | 111111 | 110011 | 1111 |
Color Harmonies of #363812
Complementary color
Monochromatic Colors of #363812
Black with #363812
Text Example
Text Example
White with #363812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363812; }
p { color: rgb(54,56,18); }
H1.HeaderClassName
{
color: #363812;
}
.AnyTagClassName
{
color: #363812;
}
</style>
background-color css
<style>
a { background-color: #363812; }
a { background-color: rgb(54,56,18); }
div.DivClassName
{
background-color: #363812;
}
.BgClassName
{
background-color: #363812;
}
</style>
border-color css
<style>
span { border-color: #363812; }
span { border-color: rgb(54,56,18); }
td.TdClassName
{
border-color: #363812;
}
.TagClassName
{
border-color: #363812;
}
</style>