Shades of Turtle Green #353F03
Tints of Turtle Green #353F03
RGB
CMYK
RGB Variations
Color information
#353F03 (or 0x353F03) is known color: Turtle Green. HEX triplet: 35, 3F and 03. RGB value is (53,63,3). Sum of RGB (Red+Green+Blue) = 53+63+3=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 63 (25% from 255 or 52.94% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 63 - color contains mainly: green. Hex color #353F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353F03 is #CAC0FC. Grayscale: #353535. Windows color (decimal): -13287677 or 212789. OLE color: 212789.
HSL color Cylindrical-coordinate representation of color #353F03: hue angle of 70º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #353F03 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 63 | 3 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.75 |
| HSL | 70º | 0.91% | 0.13% | - |
| HSV(B) | 70º | 0.95% | 0.25% | - |
| XYZ | 3.26 | 4.32 | 0.75 | - |
| YUV | 53.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 3 | 0.16 | 0 | 0.95 | 0.75 | 70 | 0.91 | 0.13 |
| Hex | 35 | 3F | 3 | 10 | 0 | 5F | 4B | 46 | 5B | D |
| Octal | 65 | 77 | 3 | 20 | 0 | 137 | 113 | 106 | 133 | 15 |
| Binary | 110101 | 111111 | 11 | 10000 | 0 | 1011111 | 1001011 | 1000110 | 1011011 | 1101 |
Color Harmonies of #353F03
Complementary color
Monochromatic Colors of #353F03
Black with #353F03
Text Example
Text Example
White with #353F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F03; }
p { color: rgb(53,63,3); }
H1.HeaderClassName
{
color: #353F03;
}
.AnyTagClassName
{
color: #353F03;
}
</style>
background-color css
<style>
a { background-color: #353F03; }
a { background-color: rgb(53,63,3); }
div.DivClassName
{
background-color: #353F03;
}
.BgClassName
{
background-color: #353F03;
}
</style>
border-color css
<style>
span { border-color: #353F03; }
span { border-color: rgb(53,63,3); }
td.TdClassName
{
border-color: #353F03;
}
.TagClassName
{
border-color: #353F03;
}
</style>