Shades of Turtle Green #363A08
Tints of Turtle Green #363A08
RGB
CMYK
RGB Variations
Color information
#363A08 (or 0x363A08) is known color: Turtle Green. HEX triplet: 36, 3A and 08. RGB value is (54,58,8). Sum of RGB (Red+Green+Blue) = 54+58+8=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 58 - color contains mainly: green. Hex color #363A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363A08 is #C9C5F7. Grayscale: #333333. Windows color (decimal): -13223416 or 539190. OLE color: 539190.
HSL color Cylindrical-coordinate representation of color #363A08: hue angle of 64.8º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #363A08 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 58 | 8 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.77 |
| HSL | 64.8º | 0.76% | 0.13% | - |
| HSV(B) | 64.8º | 0.86% | 0.23% | - |
| XYZ | 3.08 | 3.83 | 0.81 | - |
| YUV | 51.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 8 | 0.07 | 0 | 0.86 | 0.77 | 64.8 | 0.76 | 0.13 |
| Hex | 36 | 3A | 8 | 7 | 0 | 56 | 4D | 41 | 4C | D |
| Octal | 66 | 72 | 10 | 7 | 0 | 126 | 115 | 101 | 114 | 15 |
| Binary | 110110 | 111010 | 1000 | 111 | 0 | 1010110 | 1001101 | 1000001 | 1001100 | 1101 |
Color Harmonies of #363A08
Complementary color
Monochromatic Colors of #363A08
Black with #363A08
Text Example
Text Example
White with #363A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A08; }
p { color: rgb(54,58,8); }
H1.HeaderClassName
{
color: #363A08;
}
.AnyTagClassName
{
color: #363A08;
}
</style>
background-color css
<style>
a { background-color: #363A08; }
a { background-color: rgb(54,58,8); }
div.DivClassName
{
background-color: #363A08;
}
.BgClassName
{
background-color: #363A08;
}
</style>
border-color css
<style>
span { border-color: #363A08; }
span { border-color: rgb(54,58,8); }
td.TdClassName
{
border-color: #363A08;
}
.TagClassName
{
border-color: #363A08;
}
</style>