Shades of Turtle Green #41431D
Tints of Turtle Green #41431D
RGB
CMYK
RGB Variations
Color information
#41431D (or 0x41431D) is known color: Turtle Green. HEX triplet: 41, 43 and 1D. RGB value is (65,67,29). Sum of RGB (Red+Green+Blue) = 65+67+29=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #41431D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41431D is #BEBCE2. Grayscale: #3E3E3E. Windows color (decimal): -12500195 or 1917761. OLE color: 1917761.
HSL color Cylindrical-coordinate representation of color #41431D: hue angle of 63.16º 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 #41431D is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 67 | 29 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.74 |
| HSL | 63.16º | 0.4% | 0.19% | - |
| HSV(B) | 63.16º | 0.57% | 0.26% | - |
| XYZ | 4.41 | 5.23 | 1.94 | - |
| YUV | 62.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 29 | 0.03 | 0 | 0.57 | 0.74 | 63.16 | 0.4 | 0.19 |
| Hex | 41 | 43 | 1D | 3 | 0 | 39 | 4A | 3F | 28 | 13 |
| Octal | 101 | 103 | 35 | 3 | 0 | 71 | 112 | 77 | 50 | 23 |
| Binary | 1000001 | 1000011 | 11101 | 11 | 0 | 111001 | 1001010 | 111111 | 101000 | 10011 |
Color Harmonies of #41431D
Complementary color
Monochromatic Colors of #41431D
Black with #41431D
Text Example
Text Example
White with #41431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41431D; }
p { color: rgb(65,67,29); }
H1.HeaderClassName
{
color: #41431D;
}
.AnyTagClassName
{
color: #41431D;
}
</style>
background-color css
<style>
a { background-color: #41431D; }
a { background-color: rgb(65,67,29); }
div.DivClassName
{
background-color: #41431D;
}
.BgClassName
{
background-color: #41431D;
}
</style>
border-color css
<style>
span { border-color: #41431D; }
span { border-color: rgb(65,67,29); }
td.TdClassName
{
border-color: #41431D;
}
.TagClassName
{
border-color: #41431D;
}
</style>