Shades of Turtle Green #353E1F
Tints of Turtle Green #353E1F
RGB
CMYK
RGB Variations
Color information
#353E1F (or 0x353E1F) is known color: Turtle Green. HEX triplet: 35, 3E and 1F. RGB value is (53,62,31). Sum of RGB (Red+Green+Blue) = 53+62+31=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 62 - color contains mainly: green. Hex color #353E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E1F is #CAC1E0. Grayscale: #373737. Windows color (decimal): -13287905 or 2047541. OLE color: 2047541.
HSL color Cylindrical-coordinate representation of color #353E1F: hue angle of 77.42º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #353E1F is Cyan = 0.15, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 62 | 31 | - |
| CMYK | 0.15 | 0 | 0.5 | 0.76 |
| HSL | 77.42º | 0.33% | 0.18% | - |
| HSV(B) | 77.42º | 0.5% | 0.24% | - |
| XYZ | 3.44 | 4.3 | 1.95 | - |
| YUV | 55.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 31 | 0.15 | 0 | 0.5 | 0.76 | 77.42 | 0.33 | 0.18 |
| Hex | 35 | 3E | 1F | F | 0 | 32 | 4C | 4D | 21 | 12 |
| Octal | 65 | 76 | 37 | 17 | 0 | 62 | 114 | 115 | 41 | 22 |
| Binary | 110101 | 111110 | 11111 | 1111 | 0 | 110010 | 1001100 | 1001101 | 100001 | 10010 |
Color Harmonies of #353E1F
Complementary color
Monochromatic Colors of #353E1F
Black with #353E1F
Text Example
Text Example
White with #353E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E1F; }
p { color: rgb(53,62,31); }
H1.HeaderClassName
{
color: #353E1F;
}
.AnyTagClassName
{
color: #353E1F;
}
</style>
background-color css
<style>
a { background-color: #353E1F; }
a { background-color: rgb(53,62,31); }
div.DivClassName
{
background-color: #353E1F;
}
.BgClassName
{
background-color: #353E1F;
}
</style>
border-color css
<style>
span { border-color: #353E1F; }
span { border-color: rgb(53,62,31); }
td.TdClassName
{
border-color: #353E1F;
}
.TagClassName
{
border-color: #353E1F;
}
</style>