Shades of Turtle Green #353E04
Tints of Turtle Green #353E04
RGB
CMYK
RGB Variations
Color information
#353E04 (or 0x353E04) is known color: Turtle Green. HEX triplet: 35, 3E and 04. RGB value is (53,62,4). Sum of RGB (Red+Green+Blue) = 53+62+4=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 62 (24.61% from 255 or 52.10% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 62 - color contains mainly: green. Hex color #353E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353E04 is #CAC1FB. Grayscale: #343434. Windows color (decimal): -13287932 or 278069. OLE color: 278069.
HSL color Cylindrical-coordinate representation of color #353E04: hue angle of 69.31º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #353E04 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 62 | 4 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.76 |
| HSL | 69.31º | 0.88% | 0.13% | - |
| HSV(B) | 69.31º | 0.94% | 0.24% | - |
| XYZ | 3.21 | 4.21 | 0.76 | - |
| YUV | 52.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 4 | 0.15 | 0 | 0.94 | 0.76 | 69.31 | 0.88 | 0.13 |
| Hex | 35 | 3E | 4 | F | 0 | 5E | 4C | 45 | 58 | D |
| Octal | 65 | 76 | 4 | 17 | 0 | 136 | 114 | 105 | 130 | 15 |
| Binary | 110101 | 111110 | 100 | 1111 | 0 | 1011110 | 1001100 | 1000101 | 1011000 | 1101 |
Color Harmonies of #353E04
Complementary color
Monochromatic Colors of #353E04
Black with #353E04
Text Example
Text Example
White with #353E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E04; }
p { color: rgb(53,62,4); }
H1.HeaderClassName
{
color: #353E04;
}
.AnyTagClassName
{
color: #353E04;
}
</style>
background-color css
<style>
a { background-color: #353E04; }
a { background-color: rgb(53,62,4); }
div.DivClassName
{
background-color: #353E04;
}
.BgClassName
{
background-color: #353E04;
}
</style>
border-color css
<style>
span { border-color: #353E04; }
span { border-color: rgb(53,62,4); }
td.TdClassName
{
border-color: #353E04;
}
.TagClassName
{
border-color: #353E04;
}
</style>