Shades of Turtle Green #363A03
Tints of Turtle Green #363A03
RGB
CMYK
RGB Variations
Color information
#363A03 (or 0x363A03) is known color: Turtle Green. HEX triplet: 36, 3A and 03. RGB value is (54,58,3). Sum of RGB (Red+Green+Blue) = 54+58+3=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #363A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363A03 is #C9C5FC. Grayscale: #323232. Windows color (decimal): -13223421 or 211510. OLE color: 211510.
HSL color Cylindrical-coordinate representation of color #363A03: hue angle of 64.36º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #363A03 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 58 | 3 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.77 |
| HSL | 64.36º | 0.9% | 0.12% | - |
| HSV(B) | 64.36º | 0.95% | 0.23% | - |
| XYZ | 3.05 | 3.82 | 0.66 | - |
| YUV | 50.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 3 | 0.07 | 0 | 0.95 | 0.77 | 64.36 | 0.9 | 0.12 |
| Hex | 36 | 3A | 3 | 7 | 0 | 5F | 4D | 40 | 5A | C |
| Octal | 66 | 72 | 3 | 7 | 0 | 137 | 115 | 100 | 132 | 14 |
| Binary | 110110 | 111010 | 11 | 111 | 0 | 1011111 | 1001101 | 1000000 | 1011010 | 1100 |
Color Harmonies of #363A03
Complementary color
Monochromatic Colors of #363A03
Black with #363A03
Text Example
Text Example
White with #363A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A03; }
p { color: rgb(54,58,3); }
H1.HeaderClassName
{
color: #363A03;
}
.AnyTagClassName
{
color: #363A03;
}
</style>
background-color css
<style>
a { background-color: #363A03; }
a { background-color: rgb(54,58,3); }
div.DivClassName
{
background-color: #363A03;
}
.BgClassName
{
background-color: #363A03;
}
</style>
border-color css
<style>
span { border-color: #363A03; }
span { border-color: rgb(54,58,3); }
td.TdClassName
{
border-color: #363A03;
}
.TagClassName
{
border-color: #363A03;
}
</style>