Shades of Turtle Green #363708
Tints of Turtle Green #363708
RGB
CMYK
RGB Variations
Color information
#363708 (or 0x363708) is known color: Turtle Green. HEX triplet: 36, 37 and 08. RGB value is (54,55,8). Sum of RGB (Red+Green+Blue) = 54+55+8=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #363708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363708 is #C9C8F7. Grayscale: #313131. Windows color (decimal): -13224184 or 538422. OLE color: 538422.
HSL color Cylindrical-coordinate representation of color #363708: hue angle of 61.28º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #363708 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 55 | 8 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.78 |
| HSL | 61.28º | 0.75% | 0.12% | - |
| HSV(B) | 61.28º | 0.85% | 0.22% | - |
| XYZ | 2.93 | 3.53 | 0.76 | - |
| YUV | 49.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 8 | 0.02 | 0 | 0.85 | 0.78 | 61.28 | 0.75 | 0.12 |
| Hex | 36 | 37 | 8 | 2 | 0 | 55 | 4E | 3D | 4B | C |
| Octal | 66 | 67 | 10 | 2 | 0 | 125 | 116 | 75 | 113 | 14 |
| Binary | 110110 | 110111 | 1000 | 10 | 0 | 1010101 | 1001110 | 111101 | 1001011 | 1100 |
Color Harmonies of #363708
Complementary color
Monochromatic Colors of #363708
Black with #363708
Text Example
Text Example
White with #363708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363708; }
p { color: rgb(54,55,8); }
H1.HeaderClassName
{
color: #363708;
}
.AnyTagClassName
{
color: #363708;
}
</style>
background-color css
<style>
a { background-color: #363708; }
a { background-color: rgb(54,55,8); }
div.DivClassName
{
background-color: #363708;
}
.BgClassName
{
background-color: #363708;
}
</style>
border-color css
<style>
span { border-color: #363708; }
span { border-color: rgb(54,55,8); }
td.TdClassName
{
border-color: #363708;
}
.TagClassName
{
border-color: #363708;
}
</style>