Shades of Turtle Green #35431D
Tints of Turtle Green #35431D
RGB
CMYK
RGB Variations
Color information
#35431D (or 0x35431D) is known color: Turtle Green. HEX triplet: 35, 43 and 1D. RGB value is (53,67,29). Sum of RGB (Red+Green+Blue) = 53+67+29=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #35431D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35431D is #CABCE2. Grayscale: #3A3A3A. Windows color (decimal): -13286627 or 1917749. OLE color: 1917749.
HSL color Cylindrical-coordinate representation of color #35431D: hue angle of 82.11º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35431D is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 29 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.74 |
| HSL | 82.11º | 0.4% | 0.19% | - |
| HSV(B) | 82.11º | 0.57% | 0.26% | - |
| XYZ | 3.7 | 4.86 | 1.91 | - |
| YUV | 58.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 29 | 0.21 | 0 | 0.57 | 0.74 | 82.11 | 0.4 | 0.19 |
| Hex | 35 | 43 | 1D | 15 | 0 | 39 | 4A | 52 | 28 | 13 |
| Octal | 65 | 103 | 35 | 25 | 0 | 71 | 112 | 122 | 50 | 23 |
| Binary | 110101 | 1000011 | 11101 | 10101 | 0 | 111001 | 1001010 | 1010010 | 101000 | 10011 |
Color Harmonies of #35431D
Complementary color
Monochromatic Colors of #35431D
Black with #35431D
Text Example
Text Example
White with #35431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35431D; }
p { color: rgb(53,67,29); }
H1.HeaderClassName
{
color: #35431D;
}
.AnyTagClassName
{
color: #35431D;
}
</style>
background-color css
<style>
a { background-color: #35431D; }
a { background-color: rgb(53,67,29); }
div.DivClassName
{
background-color: #35431D;
}
.BgClassName
{
background-color: #35431D;
}
</style>
border-color css
<style>
span { border-color: #35431D; }
span { border-color: rgb(53,67,29); }
td.TdClassName
{
border-color: #35431D;
}
.TagClassName
{
border-color: #35431D;
}
</style>