Shades of Turtle Green #35490C
Tints of Turtle Green #35490C
RGB
CMYK
RGB Variations
Color information
#35490C (or 0x35490C) is known color: Turtle Green. HEX triplet: 35, 49 and 0C. RGB value is (53,73,12). Sum of RGB (Red+Green+Blue) = 53+73+12=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #35490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35490C is #CAB6F3. Grayscale: #3C3C3C. Windows color (decimal): -13285108 or 805173. OLE color: 805173.
HSL color Cylindrical-coordinate representation of color #35490C: hue angle of 79.67º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35490C is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 73 | 12 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.71 |
| HSL | 79.67º | 0.72% | 0.17% | - |
| HSV(B) | 79.67º | 0.84% | 0.29% | - |
| XYZ | 3.92 | 5.55 | 1.21 | - |
| YUV | 60.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 12 | 0.27 | 0 | 0.84 | 0.71 | 79.67 | 0.72 | 0.17 |
| Hex | 35 | 49 | C | 1B | 0 | 54 | 47 | 50 | 48 | 11 |
| Octal | 65 | 111 | 14 | 33 | 0 | 124 | 107 | 120 | 110 | 21 |
| Binary | 110101 | 1001001 | 1100 | 11011 | 0 | 1010100 | 1000111 | 1010000 | 1001000 | 10001 |
Color Harmonies of #35490C
Complementary color
Monochromatic Colors of #35490C
Black with #35490C
Text Example
Text Example
White with #35490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35490C; }
p { color: rgb(53,73,12); }
H1.HeaderClassName
{
color: #35490C;
}
.AnyTagClassName
{
color: #35490C;
}
</style>
background-color css
<style>
a { background-color: #35490C; }
a { background-color: rgb(53,73,12); }
div.DivClassName
{
background-color: #35490C;
}
.BgClassName
{
background-color: #35490C;
}
</style>
border-color css
<style>
span { border-color: #35490C; }
span { border-color: rgb(53,73,12); }
td.TdClassName
{
border-color: #35490C;
}
.TagClassName
{
border-color: #35490C;
}
</style>