Shades of Turtle Green #41431C
Tints of Turtle Green #41431C
RGB
CMYK
RGB Variations
Color information
#41431C (or 0x41431C) is known color: Turtle Green. HEX triplet: 41, 43 and 1C. RGB value is (65,67,28). Sum of RGB (Red+Green+Blue) = 65+67+28=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #41431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41431C is #BEBCE3. Grayscale: #3E3E3E. Windows color (decimal): -12500196 or 1852225. OLE color: 1852225.
HSL color Cylindrical-coordinate representation of color #41431C: hue angle of 63.08º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41431C is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 67 | 28 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.74 |
| HSL | 63.08º | 0.41% | 0.19% | - |
| HSV(B) | 63.08º | 0.58% | 0.26% | - |
| XYZ | 4.4 | 5.22 | 1.87 | - |
| YUV | 61.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 28 | 0.03 | 0 | 0.58 | 0.74 | 63.08 | 0.41 | 0.19 |
| Hex | 41 | 43 | 1C | 3 | 0 | 3A | 4A | 3F | 29 | 13 |
| Octal | 101 | 103 | 34 | 3 | 0 | 72 | 112 | 77 | 51 | 23 |
| Binary | 1000001 | 1000011 | 11100 | 11 | 0 | 111010 | 1001010 | 111111 | 101001 | 10011 |
Color Harmonies of #41431C
Complementary color
Monochromatic Colors of #41431C
Black with #41431C
Text Example
Text Example
White with #41431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41431C; }
p { color: rgb(65,67,28); }
H1.HeaderClassName
{
color: #41431C;
}
.AnyTagClassName
{
color: #41431C;
}
</style>
background-color css
<style>
a { background-color: #41431C; }
a { background-color: rgb(65,67,28); }
div.DivClassName
{
background-color: #41431C;
}
.BgClassName
{
background-color: #41431C;
}
</style>
border-color css
<style>
span { border-color: #41431C; }
span { border-color: rgb(65,67,28); }
td.TdClassName
{
border-color: #41431C;
}
.TagClassName
{
border-color: #41431C;
}
</style>