Shades of Turtle Green #353D1B
Tints of Turtle Green #353D1B
RGB
CMYK
RGB Variations
Color information
#353D1B (or 0x353D1B) is known color: Turtle Green. HEX triplet: 35, 3D and 1B. RGB value is (53,61,27). Sum of RGB (Red+Green+Blue) = 53+61+27=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #353D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D1B is #CAC2E4. Grayscale: #363636. Windows color (decimal): -13288165 or 1785141. OLE color: 1785141.
HSL color Cylindrical-coordinate representation of color #353D1B: hue angle of 74.12º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #353D1B is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 27 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.76 |
| HSL | 74.12º | 0.39% | 0.17% | - |
| HSV(B) | 74.12º | 0.56% | 0.24% | - |
| XYZ | 3.33 | 4.17 | 1.67 | - |
| YUV | 54.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 27 | 0.13 | 0 | 0.56 | 0.76 | 74.12 | 0.39 | 0.17 |
| Hex | 35 | 3D | 1B | D | 0 | 38 | 4C | 4A | 27 | 11 |
| Octal | 65 | 75 | 33 | 15 | 0 | 70 | 114 | 112 | 47 | 21 |
| Binary | 110101 | 111101 | 11011 | 1101 | 0 | 111000 | 1001100 | 1001010 | 100111 | 10001 |
Color Harmonies of #353D1B
Complementary color
Monochromatic Colors of #353D1B
Black with #353D1B
Text Example
Text Example
White with #353D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D1B; }
p { color: rgb(53,61,27); }
H1.HeaderClassName
{
color: #353D1B;
}
.AnyTagClassName
{
color: #353D1B;
}
</style>
background-color css
<style>
a { background-color: #353D1B; }
a { background-color: rgb(53,61,27); }
div.DivClassName
{
background-color: #353D1B;
}
.BgClassName
{
background-color: #353D1B;
}
</style>
border-color css
<style>
span { border-color: #353D1B; }
span { border-color: rgb(53,61,27); }
td.TdClassName
{
border-color: #353D1B;
}
.TagClassName
{
border-color: #353D1B;
}
</style>