Shades of Turtle Green #35421D
Tints of Turtle Green #35421D
RGB
CMYK
RGB Variations
Color information
#35421D (or 0x35421D) is known color: Turtle Green. HEX triplet: 35, 42 and 1D. RGB value is (53,66,29). Sum of RGB (Red+Green+Blue) = 53+66+29=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #35421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35421D is #CABDE2. Grayscale: #3A3A3A. Windows color (decimal): -13286883 or 1917493. OLE color: 1917493.
HSL color Cylindrical-coordinate representation of color #35421D: hue angle of 81.08º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35421D is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 66 | 29 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.74 |
| HSL | 81.08º | 0.39% | 0.19% | - |
| HSV(B) | 81.08º | 0.56% | 0.26% | - |
| XYZ | 3.64 | 4.74 | 1.89 | - |
| YUV | 57.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 29 | 0.20 | 0 | 0.56 | 0.74 | 81.08 | 0.39 | 0.19 |
| Hex | 35 | 42 | 1D | 14 | 0 | 38 | 4A | 51 | 27 | 13 |
| Octal | 65 | 102 | 35 | 24 | 0 | 70 | 112 | 121 | 47 | 23 |
| Binary | 110101 | 1000010 | 11101 | 10100 | 0 | 111000 | 1001010 | 1010001 | 100111 | 10011 |
Color Harmonies of #35421D
Complementary color
Monochromatic Colors of #35421D
Black with #35421D
Text Example
Text Example
White with #35421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35421D; }
p { color: rgb(53,66,29); }
H1.HeaderClassName
{
color: #35421D;
}
.AnyTagClassName
{
color: #35421D;
}
</style>
background-color css
<style>
a { background-color: #35421D; }
a { background-color: rgb(53,66,29); }
div.DivClassName
{
background-color: #35421D;
}
.BgClassName
{
background-color: #35421D;
}
</style>
border-color css
<style>
span { border-color: #35421D; }
span { border-color: rgb(53,66,29); }
td.TdClassName
{
border-color: #35421D;
}
.TagClassName
{
border-color: #35421D;
}
</style>