Shades of Turtle Green #363819
Tints of Turtle Green #363819
RGB
CMYK
RGB Variations
Color information
#363819 (or 0x363819) is known color: Turtle Green. HEX triplet: 36, 38 and 19. RGB value is (54,56,25). Sum of RGB (Red+Green+Blue) = 54+56+25=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #363819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363819 is #C9C7E6. Grayscale: #333333. Windows color (decimal): -13223911 or 1652790. OLE color: 1652790.
HSL color Cylindrical-coordinate representation of color #363819: hue angle of 63.87º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #363819 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 56 | 25 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.78 |
| HSL | 63.87º | 0.38% | 0.16% | - |
| HSV(B) | 63.87º | 0.55% | 0.22% | - |
| XYZ | 3.11 | 3.68 | 1.47 | - |
| YUV | 51.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 25 | 0.04 | 0 | 0.55 | 0.78 | 63.87 | 0.38 | 0.16 |
| Hex | 36 | 38 | 19 | 4 | 0 | 37 | 4E | 40 | 26 | 10 |
| Octal | 66 | 70 | 31 | 4 | 0 | 67 | 116 | 100 | 46 | 20 |
| Binary | 110110 | 111000 | 11001 | 100 | 0 | 110111 | 1001110 | 1000000 | 100110 | 10000 |
Color Harmonies of #363819
Complementary color
Monochromatic Colors of #363819
Black with #363819
Text Example
Text Example
White with #363819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363819; }
p { color: rgb(54,56,25); }
H1.HeaderClassName
{
color: #363819;
}
.AnyTagClassName
{
color: #363819;
}
</style>
background-color css
<style>
a { background-color: #363819; }
a { background-color: rgb(54,56,25); }
div.DivClassName
{
background-color: #363819;
}
.BgClassName
{
background-color: #363819;
}
</style>
border-color css
<style>
span { border-color: #363819; }
span { border-color: rgb(54,56,25); }
td.TdClassName
{
border-color: #363819;
}
.TagClassName
{
border-color: #363819;
}
</style>