Shades of Turtle Green #41431A
Tints of Turtle Green #41431A
RGB
CMYK
RGB Variations
Color information
#41431A (or 0x41431A) is known color: Turtle Green. HEX triplet: 41, 43 and 1A. RGB value is (65,67,26). Sum of RGB (Red+Green+Blue) = 65+67+26=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 67 - color contains mainly: green. Hex color #41431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41431A is #BEBCE5. Grayscale: #3D3D3D. Windows color (decimal): -12500198 or 1721153. OLE color: 1721153.
HSL color Cylindrical-coordinate representation of color #41431A: hue angle of 62.93º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41431A is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 67 | 26 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.74 |
| HSL | 62.93º | 0.44% | 0.18% | - |
| HSV(B) | 62.93º | 0.61% | 0.26% | - |
| XYZ | 4.37 | 5.21 | 1.75 | - |
| YUV | 61.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 26 | 0.03 | 0 | 0.61 | 0.74 | 62.93 | 0.44 | 0.18 |
| Hex | 41 | 43 | 1A | 3 | 0 | 3D | 4A | 3F | 2C | 12 |
| Octal | 101 | 103 | 32 | 3 | 0 | 75 | 112 | 77 | 54 | 22 |
| Binary | 1000001 | 1000011 | 11010 | 11 | 0 | 111101 | 1001010 | 111111 | 101100 | 10010 |
Color Harmonies of #41431A
Complementary color
Monochromatic Colors of #41431A
Black with #41431A
Text Example
Text Example
White with #41431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41431A; }
p { color: rgb(65,67,26); }
H1.HeaderClassName
{
color: #41431A;
}
.AnyTagClassName
{
color: #41431A;
}
</style>
background-color css
<style>
a { background-color: #41431A; }
a { background-color: rgb(65,67,26); }
div.DivClassName
{
background-color: #41431A;
}
.BgClassName
{
background-color: #41431A;
}
</style>
border-color css
<style>
span { border-color: #41431A; }
span { border-color: rgb(65,67,26); }
td.TdClassName
{
border-color: #41431A;
}
.TagClassName
{
border-color: #41431A;
}
</style>