Shades of Turtle Green #35411B
Tints of Turtle Green #35411B
RGB
CMYK
RGB Variations
Color information
#35411B (or 0x35411B) is known color: Turtle Green. HEX triplet: 35, 41 and 1B. RGB value is (53,65,27). Sum of RGB (Red+Green+Blue) = 53+65+27=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #35411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35411B is #CABEE4. Grayscale: #393939. Windows color (decimal): -13287141 or 1786165. OLE color: 1786165.
HSL color Cylindrical-coordinate representation of color #35411B: hue angle of 78.95º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35411B is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 65 | 27 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.75 |
| HSL | 78.95º | 0.41% | 0.18% | - |
| HSV(B) | 78.95º | 0.58% | 0.25% | - |
| XYZ | 3.56 | 4.62 | 1.74 | - |
| YUV | 57.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 27 | 0.18 | 0 | 0.58 | 0.75 | 78.95 | 0.41 | 0.18 |
| Hex | 35 | 41 | 1B | 12 | 0 | 3A | 4B | 4F | 29 | 12 |
| Octal | 65 | 101 | 33 | 22 | 0 | 72 | 113 | 117 | 51 | 22 |
| Binary | 110101 | 1000001 | 11011 | 10010 | 0 | 111010 | 1001011 | 1001111 | 101001 | 10010 |
Color Harmonies of #35411B
Complementary color
Monochromatic Colors of #35411B
Black with #35411B
Text Example
Text Example
White with #35411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35411B; }
p { color: rgb(53,65,27); }
H1.HeaderClassName
{
color: #35411B;
}
.AnyTagClassName
{
color: #35411B;
}
</style>
background-color css
<style>
a { background-color: #35411B; }
a { background-color: rgb(53,65,27); }
div.DivClassName
{
background-color: #35411B;
}
.BgClassName
{
background-color: #35411B;
}
</style>
border-color css
<style>
span { border-color: #35411B; }
span { border-color: rgb(53,65,27); }
td.TdClassName
{
border-color: #35411B;
}
.TagClassName
{
border-color: #35411B;
}
</style>