Shades of Turtle Green #35431A
Tints of Turtle Green #35431A
RGB
CMYK
RGB Variations
Color information
#35431A (or 0x35431A) is known color: Turtle Green. HEX triplet: 35, 43 and 1A. RGB value is (53,67,26). Sum of RGB (Red+Green+Blue) = 53+67+26=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #35431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35431A is #CABCE5. Grayscale: #3A3A3A. Windows color (decimal): -13286630 or 1721141. OLE color: 1721141.
HSL color Cylindrical-coordinate representation of color #35431A: hue angle of 80.49º 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 #35431A is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 26 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.74 |
| HSL | 80.49º | 0.44% | 0.18% | - |
| HSV(B) | 80.49º | 0.61% | 0.26% | - |
| XYZ | 3.66 | 4.85 | 1.72 | - |
| YUV | 58.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 26 | 0.21 | 0 | 0.61 | 0.74 | 80.49 | 0.44 | 0.18 |
| Hex | 35 | 43 | 1A | 15 | 0 | 3D | 4A | 50 | 2C | 12 |
| Octal | 65 | 103 | 32 | 25 | 0 | 75 | 112 | 120 | 54 | 22 |
| Binary | 110101 | 1000011 | 11010 | 10101 | 0 | 111101 | 1001010 | 1010000 | 101100 | 10010 |
Color Harmonies of #35431A
Complementary color
Monochromatic Colors of #35431A
Black with #35431A
Text Example
Text Example
White with #35431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35431A; }
p { color: rgb(53,67,26); }
H1.HeaderClassName
{
color: #35431A;
}
.AnyTagClassName
{
color: #35431A;
}
</style>
background-color css
<style>
a { background-color: #35431A; }
a { background-color: rgb(53,67,26); }
div.DivClassName
{
background-color: #35431A;
}
.BgClassName
{
background-color: #35431A;
}
</style>
border-color css
<style>
span { border-color: #35431A; }
span { border-color: rgb(53,67,26); }
td.TdClassName
{
border-color: #35431A;
}
.TagClassName
{
border-color: #35431A;
}
</style>