Shades of Turtle Green #363D08
Tints of Turtle Green #363D08
RGB
CMYK
RGB Variations
Color information
#363D08 (or 0x363D08) is known color: Turtle Green. HEX triplet: 36, 3D and 08. RGB value is (54,61,8). Sum of RGB (Red+Green+Blue) = 54+61+8=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 61 (24.22% from 255 or 49.59% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 61 - color contains mainly: green. Hex color #363D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363D08 is #C9C2F7. Grayscale: #353535. Windows color (decimal): -13222648 or 539958. OLE color: 539958.
HSL color Cylindrical-coordinate representation of color #363D08: hue angle of 67.92º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #363D08 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 61 | 8 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.76 |
| HSL | 67.92º | 0.77% | 0.14% | - |
| HSV(B) | 67.92º | 0.87% | 0.24% | - |
| XYZ | 3.23 | 4.14 | 0.86 | - |
| YUV | 52.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 8 | 0.11 | 0 | 0.87 | 0.76 | 67.92 | 0.77 | 0.14 |
| Hex | 36 | 3D | 8 | B | 0 | 57 | 4C | 44 | 4D | E |
| Octal | 66 | 75 | 10 | 13 | 0 | 127 | 114 | 104 | 115 | 16 |
| Binary | 110110 | 111101 | 1000 | 1011 | 0 | 1010111 | 1001100 | 1000100 | 1001101 | 1110 |
Color Harmonies of #363D08
Complementary color
Monochromatic Colors of #363D08
Black with #363D08
Text Example
Text Example
White with #363D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D08; }
p { color: rgb(54,61,8); }
H1.HeaderClassName
{
color: #363D08;
}
.AnyTagClassName
{
color: #363D08;
}
</style>
background-color css
<style>
a { background-color: #363D08; }
a { background-color: rgb(54,61,8); }
div.DivClassName
{
background-color: #363D08;
}
.BgClassName
{
background-color: #363D08;
}
</style>
border-color css
<style>
span { border-color: #363D08; }
span { border-color: rgb(54,61,8); }
td.TdClassName
{
border-color: #363D08;
}
.TagClassName
{
border-color: #363D08;
}
</style>