Shades of Turtle Green #41431B
Tints of Turtle Green #41431B
RGB
CMYK
RGB Variations
Color information
#41431B (or 0x41431B) is known color: Turtle Green. HEX triplet: 41, 43 and 1B. RGB value is (65,67,27). Sum of RGB (Red+Green+Blue) = 65+67+27=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #41431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41431B is #BEBCE4. Grayscale: #3E3E3E. Windows color (decimal): -12500197 or 1786689. OLE color: 1786689.
HSL color Cylindrical-coordinate representation of color #41431B: hue angle of 63º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41431B is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 67 | 27 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.74 |
| HSL | 63º | 0.43% | 0.18% | - |
| HSV(B) | 63º | 0.6% | 0.26% | - |
| XYZ | 4.38 | 5.22 | 1.81 | - |
| YUV | 61.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 27 | 0.03 | 0 | 0.60 | 0.74 | 63 | 0.43 | 0.18 |
| Hex | 41 | 43 | 1B | 3 | 0 | 3C | 4A | 3F | 2B | 12 |
| Octal | 101 | 103 | 33 | 3 | 0 | 74 | 112 | 77 | 53 | 22 |
| Binary | 1000001 | 1000011 | 11011 | 11 | 0 | 111100 | 1001010 | 111111 | 101011 | 10010 |
Color Harmonies of #41431B
Complementary color
Monochromatic Colors of #41431B
Black with #41431B
Text Example
Text Example
White with #41431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41431B; }
p { color: rgb(65,67,27); }
H1.HeaderClassName
{
color: #41431B;
}
.AnyTagClassName
{
color: #41431B;
}
</style>
background-color css
<style>
a { background-color: #41431B; }
a { background-color: rgb(65,67,27); }
div.DivClassName
{
background-color: #41431B;
}
.BgClassName
{
background-color: #41431B;
}
</style>
border-color css
<style>
span { border-color: #41431B; }
span { border-color: rgb(65,67,27); }
td.TdClassName
{
border-color: #41431B;
}
.TagClassName
{
border-color: #41431B;
}
</style>