Shades of Turtle Green #35431B
Tints of Turtle Green #35431B
RGB
CMYK
RGB Variations
Color information
#35431B (or 0x35431B) is known color: Turtle Green. HEX triplet: 35, 43 and 1B. RGB value is (53,67,27). Sum of RGB (Red+Green+Blue) = 53+67+27=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #35431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35431B is #CABCE4. Grayscale: #3A3A3A. Windows color (decimal): -13286629 or 1786677. OLE color: 1786677.
HSL color Cylindrical-coordinate representation of color #35431B: hue angle of 81º 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 #35431B is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 27 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.74 |
| HSL | 81º | 0.43% | 0.18% | - |
| HSV(B) | 81º | 0.6% | 0.26% | - |
| XYZ | 3.67 | 4.85 | 1.78 | - |
| YUV | 58.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 27 | 0.21 | 0 | 0.60 | 0.74 | 81 | 0.43 | 0.18 |
| Hex | 35 | 43 | 1B | 15 | 0 | 3C | 4A | 51 | 2B | 12 |
| Octal | 65 | 103 | 33 | 25 | 0 | 74 | 112 | 121 | 53 | 22 |
| Binary | 110101 | 1000011 | 11011 | 10101 | 0 | 111100 | 1001010 | 1010001 | 101011 | 10010 |
Color Harmonies of #35431B
Complementary color
Monochromatic Colors of #35431B
Black with #35431B
Text Example
Text Example
White with #35431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35431B; }
p { color: rgb(53,67,27); }
H1.HeaderClassName
{
color: #35431B;
}
.AnyTagClassName
{
color: #35431B;
}
</style>
background-color css
<style>
a { background-color: #35431B; }
a { background-color: rgb(53,67,27); }
div.DivClassName
{
background-color: #35431B;
}
.BgClassName
{
background-color: #35431B;
}
</style>
border-color css
<style>
span { border-color: #35431B; }
span { border-color: rgb(53,67,27); }
td.TdClassName
{
border-color: #35431B;
}
.TagClassName
{
border-color: #35431B;
}
</style>