Shades of Turtle Green #35401D
Tints of Turtle Green #35401D
RGB
CMYK
RGB Variations
Color information
#35401D (or 0x35401D) is known color: Turtle Green. HEX triplet: 35, 40 and 1D. RGB value is (53,64,29). Sum of RGB (Red+Green+Blue) = 53+64+29=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #35401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35401D is #CABFE2. Grayscale: #383838. Windows color (decimal): -13287395 or 1916981. OLE color: 1916981.
HSL color Cylindrical-coordinate representation of color #35401D: hue angle of 78.86º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35401D is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 29 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.75 |
| HSL | 78.86º | 0.38% | 0.18% | - |
| HSV(B) | 78.86º | 0.55% | 0.25% | - |
| XYZ | 3.52 | 4.51 | 1.85 | - |
| YUV | 56.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 29 | 0.17 | 0 | 0.55 | 0.75 | 78.86 | 0.38 | 0.18 |
| Hex | 35 | 40 | 1D | 11 | 0 | 37 | 4B | 4F | 26 | 12 |
| Octal | 65 | 100 | 35 | 21 | 0 | 67 | 113 | 117 | 46 | 22 |
| Binary | 110101 | 1000000 | 11101 | 10001 | 0 | 110111 | 1001011 | 1001111 | 100110 | 10010 |
Color Harmonies of #35401D
Complementary color
Monochromatic Colors of #35401D
Black with #35401D
Text Example
Text Example
White with #35401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35401D; }
p { color: rgb(53,64,29); }
H1.HeaderClassName
{
color: #35401D;
}
.AnyTagClassName
{
color: #35401D;
}
</style>
background-color css
<style>
a { background-color: #35401D; }
a { background-color: rgb(53,64,29); }
div.DivClassName
{
background-color: #35401D;
}
.BgClassName
{
background-color: #35401D;
}
</style>
border-color css
<style>
span { border-color: #35401D; }
span { border-color: rgb(53,64,29); }
td.TdClassName
{
border-color: #35401D;
}
.TagClassName
{
border-color: #35401D;
}
</style>